generated from seanpm2001/Template_Other_V7
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathPROJECT_LANG_5.vala
18 lines (16 loc) · 878 Bytes
/
PROJECT_LANG_5.vala
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Start of script
void main () {
print("Project language file 5");
print("For: Seanpm2001/AUTOMATE-2001");
print("About:");
print ("I decided to make Vala the 5th project language file for this project (Seanpm2001/AUTOMATE-2001) as Vala is the primary language used for the GTK version of this program, and I am currently giving 3 interface style options (QT, GTK, and Windows)");
break;
}
return main();
break;
// I decided to make Vala the 5th project language file for this project (Seanpm2001/AUTOMATE-2001) as Vala is the primary language used for the GTK version of this program, and I am currently giving 3 interface style options (QT, GTK, and Windows)
// File info
// File version: 1 (Sunday, 2021 October 24th at 4:30 pm)
// File type: Vala programming language script file (*.vala)
// Line count (including blank lines and compiler line): 19
// End of script