generated from seanpm2001/Template_Journaling_V6
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
PROJECT_LANG_1.rb
18 lines (16 loc) · 920 Bytes
/
PROJECT_LANG_1.rb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Start of script
# I chose Ruby as the main project language file for this project (Seans Life Archive / Images / GitHub / Year 2022) as GitHub is mostly written in Ruby, and I want a top GitHub language besides Go to represent this project, so Ruby it was.
class project_language_file_1():
def projectLanguageFile1():
puts "Project language file 1"
puts "For: Seans Life Archive / Images / GitHub / Year 2022"
puts "I chose Ruby as the main project language file for this project (Seans Life Archive / Images / GitHub / Year 2022) as GitHub is mostly written in Ruby, and I want a top GitHub language besides Go to represent this project, so Ruby it was."
break
return projectLanguageFile1()
break
end # end class
# File info
# File type: Ruby source file (*.rb)
# File version: 1 (Sunday, August 29th 2021 at 7:39 pm)
# Line count (including blank lines and compiler line): 19
# End of script