Quellcode durchsuchen

Add a new language

Pierre-Yves Barriat vor 7 Jahren
Ursprung
Commit
b59f2dd7c5
4 geänderte Dateien mit 4 neuen und 0 gelöschten Zeilen
  1. 3 0
      project/functions/greetings.sh
  2. 1 0
      project/run.sh
  3. 0 0
      project/toto
  4. 0 0
      project/working_environment/env.sh

+ 3 - 0
project/functions/greetings.sh

@@ -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!!!"
+  }

+ 1 - 0
project/run.sh

@@ -6,3 +6,4 @@
 # Say Hello World
 echo "####### Hello World ! #######"
 say_hello
+say_hello_esperanto

+ 0 - 0
project/toto


+ 0 - 0
project/working_environment/env.sh