diff --git a/fileprofile.md b/fileprofile.md new file mode 100644 index 0000000..5a8bb40 --- /dev/null +++ b/fileprofile.md @@ -0,0 +1 @@ +welcome to my profile diff --git a/helloworld.sh b/helloworld.sh index be23a0c..ef1de21 100644 --- a/helloworld.sh +++ b/helloworld.sh @@ -3,7 +3,7 @@ func(){ echo "hello world" - + printf(¨Joseph is the greatest¨) } func