index | submit | rank | book

cscx – Computer Science by Example

Computer Science by Example

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

Input and output

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.

Example output

Computer Science by Example

Scoring

Submit your solution to be graded according to the following list:

try first: hello

try next: hi1 repeat1

index | submit | rank | book

Copyright © 2020-2023 Rudy Matela
All rights reserved