@@ -17,3 +17,6 @@
function say_hello() {
echo "Add same function for your language below..."
}
+function say_hello_esperanto() {
+ echo "I don't speak a word of esperanto, sorry!!!"
+ }
@@ -6,3 +6,4 @@
# Say Hello World
echo "####### Hello World ! #######"
say_hello
+say_hello_esperanto