diff options
Diffstat (limited to 'exam01/subjects/0-0-hello/subject.en.txt')
| -rw-r--r-- | exam01/subjects/0-0-hello/subject.en.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/exam01/subjects/0-0-hello/subject.en.txt b/exam01/subjects/0-0-hello/subject.en.txt new file mode 100644 index 0000000..9dcbeaf --- /dev/null +++ b/exam01/subjects/0-0-hello/subject.en.txt @@ -0,0 +1,14 @@ +Assignment name : hello +Expected files : hello.c +Allowed functions: write +-------------------------------------------------------------------------------- + +Write a program that displays "Hello World!" followed by a \n. + +Example: + +$>./hello +Hello World! +$>./hello | cat -e +Hello World!$ +$> |
