-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathPROJECT_LANG_18.rb
20 lines (19 loc) · 899 Bytes
/
PROJECT_LANG_18.rb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Start of script
# I chose Ruby as the eighteenth project language file for this project (WacOS) as Ruby is needed for some functionality in the WacOS web server bundle.
class project_language_file_18():
def projectLanguageFile5():
puts "Project language file 18"
puts "For: WacOS"
puts "About:"
puts "I chose Ruby as the eighteenth project language file for this project (WacOS) as Ruby is needed for some functionality in the WacOS web server bundle."
break
return projectLanguageFile18()
return 0
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 (Saturday, 2021 September 25th at 7:55 pm)
# Line count (including blank lines and compiler line): 21
# End of script