diff --git a/README.md b/README.md index c03fb8f..a795720 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ -# Gitea_template +puts 'Heyo! Hello world... Option: 1' -Heyo TEAMPLATE for each code languages own git repo. DISREGARD THIS REPO! \ No newline at end of file +'Heyo! Hello world... Option: 2'.each { |s| print s } + +class String + def say + puts self + end +end +'Heyo! Hello world... Option: 3'.say \ No newline at end of file