Explorar o código

Add Faroese language

Jonath %!s(int64=7) %!d(string=hai) anos
pai
achega
50401d04b2
Modificáronse 2 ficheiros con 4 adicións e 0 borrados
  1. 3 0
      project/functions/greetings.sh
  2. 1 0
      project/run.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_Faroese() {
+	echo "Hey, heimurin!"
+}

+ 1 - 0
project/run.sh

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