hello_codam
| hello_codam | |
|---|---|
| Turn-in directory | 02_hello_codam/ |
| Files to turn in | hello_codam.c |
| Allowed functions | putchar |
- Write a program which displays
Hello Codam!on standard output, followed by a newline.
Example output:
$ ./a.out
Hello Codam!
$
| hello_codam | |
|---|---|
| Turn-in directory | 02_hello_codam/ |
| Files to turn in | hello_codam.c |
| Allowed functions | putchar |
Hello Codam! on standard output, followed by a newline.Example output:
$ ./a.out
Hello Codam!
$