-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathPROJECT_LANG_5.rb
More file actions
18 lines (17 loc) · 865 Bytes
/
PROJECT_LANG_5.rb
File metadata and controls
18 lines (17 loc) · 865 Bytes
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 fifth project language file for this project (SNU) as Ruby is SNUs 5th default front-end language, and is commonly used within SNU.
class project_language_file_5():
def projectLanguageFile5():
puts "Project language file 5"
puts "For: SNU"
puts "I chose Ruby as the fifth project language file for this project (SNU) as Ruby is SNUs 5th default front-end language, and is commonly used within SNU."
break
return projectLanguageFile5()
break
end # end class
# Note for project language files: The languages associated with SNU programming tools are not included as project language files, as there are too many to list.
# File info
# File type: Ruby source file (*.rb)
# File version: 1 (Friday, 2021 September 10th at 8:32 pm)
# Line count (including blank lines and compiler line): 19
# End of script