mirror of
https://github.com/bregman-arie/devops-exercises.git
synced 2026-02-04 23:59:11 +00:00
Name it instead "topics" so it won't be strange if some topics included "exercises" directory.
8 lines
240 B
Markdown
8 lines
240 B
Markdown
## Great Day
|
|
|
|
### Objectives
|
|
|
|
1. Write a script that will print "Today is a great day!" unless it's given a day name and then it should print "Today is <given day>"
|
|
|
|
Note: no need to check whether the given argument is actually a valid day
|