@@ -17,3 +17,6 @@
function say_hello() {
echo "Add same function for your language below..."
}
+function hallo_zeggen(){
+ echo "Ik zeg hallo!"
+}