generated from seanpm2001/Git-Template_V8
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
PROJECT_LANG_7.rake
20 lines (18 loc) · 1.1 KB
/
PROJECT_LANG_7.rake
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/env ruby
# Start of script
# Project language file 7
# For: seanpm2001/Seanpm2001-GitHub-Pages-Collection
# About:
# I chose Ruby as the seventh project language for this project (seanpm2001/Seanpm2001-GitHub-Pages-Collection) as Ruby is one of the primary scripting languages used on this project, and I am representing all project languages with project language files on this project. It is getting its own project language file, starting here.
begin
puts "Project language file 7"
puts "For: seanpm2001/Seanpm2001-GitHub-Pages-Collection"
puts "About:"
puts "I chose Ruby as the seventh project language for this project (seanpm2001/Seanpm2001-GitHub-Pages-Collection) as Ruby is one of the primary scripting languages used on this project, and I am representing all project languages with project language files on this project. It is getting its own project language file, starting here."
break
end
# File info
# File type: Ruby source file (*.rb *.rbx *.gem *.ruby *.rake)
# File version: 1 (2022, Tuesday, August 16th at 6:21 pm PST)
# Line count (including blank lines and compiler line): 21
# End of script