generated from seanpm2001/Template_Journaling_V7
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
PROJECT_LANG_1.vala
25 lines (18 loc) · 1.28 KB
/
PROJECT_LANG_1.vala
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
// Start of script
class projectLanguageFile1
void main () {
print ("Project language file 1 (A) - Vala")
print ("For: SeansLifeArchive/Images/ZombieFarmEscape")
print ("Zombie Farm Escape is closed source, and I don't know what language it is written in, so I chose the Vala programming language, as it seemed to fit the best to me. I couldn't find any good agriculture or wildlife related language names. Python was not an option, because snakes.");
print ("I usually choose Vala for farm/nature related projects. I would have chosen seed7 for this project, but GitHub doesn't recognize it as a language yet.")
break
}
// Zombie Farm Escape is closed source, and I don't know what language it is written in, so I chose the Vala programming language, as it seemed to fit the best to me. I couldn't find any good agriculture or wildlife related language names. Python was not an option, because snakes.");
// I usually choose Vala for farm/nature related projects. I would have chosen seed7 for this project, but GitHub doesn't recognize it as a language yet.
return main()
break
// File info
// File version: 1 (Thursday, 2021 December 9th at 9:33 pm)
// File type: Vala programming language source file (*.vala, *.vapi)
// Line count (including blank lines and compiler line): 26
// End of script