From 238aff68800cceaa693c3c39ff3a053ec503ef3e Mon Sep 17 00:00:00 2001 From: Sarimoko Date: Thu, 8 Jul 2021 05:25:52 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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