Write a program that prints “Computer Science by Example” on the standard output device. Normally, the output device is the screen of a command line session:
$ ./cscx
Computer Science by Example
No input should be read.
The output should contain a single line with the Computer Science by Example
message.
This line should be terminated in a line break.
Computer Science by Example
Submit your solution to be graded according to the following list:
try first: hello
Copyright © 2020-2022 Rudy Matela
This text is available under the CC BY-SA 4.0 license.
Originally available on cscx.org/cscx