瀏覽代碼

Add Faroese language

Jonath 7 年之前
父節點
當前提交
50401d04b2
共有 2 個文件被更改,包括 4 次插入0 次删除
  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