Forráskód Böngészése

New langage added

Sylvain 7 éve
szülő
commit
4f85b324fc

+ 3 - 2
project/functions/greetings.sh

@@ -14,6 +14,7 @@
 # Returns:
 # None
 #######################################
-function say_hello() {
-	echo "Add same function for your language below..."
+function say_hello_sylvain() {
+	echo "Cote d'or is a trademark of Mondelez"
+	echo "Belgium 12 points!"
 }

+ 1 - 1
project/run.sh

@@ -5,4 +5,4 @@
 
 # Say Hello World
 echo "####### Hello World ! #######"
-say_hello
+say_hello_sylvain

+ 2 - 2
project/working_environment/env.sh

@@ -1,7 +1,7 @@
 #!/bin/bash
 
-git config --global user.name "My name"
-git config --global user.email "my_mail@uclouvain.be"
+git config --global user.name "Sylvain"
+git config --global user.email "sylvain.marchi@uclouvain.be"
 git config --global color.ui auto
 git config --global core.editor "vim"
 git config --global push.default simple