yin il y a 7 ans
Parent
commit
59a363117c
2 fichiers modifiés avec 5 ajouts et 0 suppressions
  1. 4 0
      project/functions/greetings.sh
  2. 1 0
      project/run.sh

+ 4 - 0
project/functions/greetings.sh

@@ -17,3 +17,7 @@
 function say_hello() {
 	echo "Add same function for your language below..."
 }
+
+function say_hello() {
+        echo "Ni Hao."
+}

+ 1 - 0
project/run.sh

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