init
This commit is contained in:
11
exam-basedir02/subjects/last_word/examples.txt
Normal file
11
exam-basedir02/subjects/last_word/examples.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
$> ./last_word "FOR PONY" | cat -e
|
||||
PONY$
|
||||
$> ./last_word "this ... is sparta, then again, maybe not" | cat -e
|
||||
not$
|
||||
$> ./last_word " " | cat -e
|
||||
$
|
||||
$> ./last_word "a" "b" | cat -e
|
||||
$
|
||||
$> ./last_word " lorem,ipsum " | cat -e
|
||||
lorem,ipsum$
|
||||
$>
|
Reference in New Issue
Block a user