Skip to content

Commit 81dd703

Browse files
authored
PROJECT_LANG_6_V1.java
An archive of the first version of the 6th project language file for this directory set.
1 parent f3eca3e commit 81dd703

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
// Start of script
2+
// I chose Java as the sixth project language file for this project (SNU) as Java is one of the experimental languages used on SNU early on, and serves as a legacy language. I also was learning Java at the same time I started working on SNU.
3+
public class projectLanguageFileSix {
4+
public static void main(String args) {
5+
System.out.println("I chose Java as the sixth project language file for this project (SNU) as Java is one of the experimental languages used on SNU early on, and serves as a legacy language. I also was learning Java at the same time I started working on SNU. ");
6+
}
7+
// 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.
8+
main();
9+
int y = 6;
10+
System.out.println("Current project language file: " + int(y));
11+
break } // No exit command exists
12+
// I am not experienced with C, so this script may not work
13+
/* File info
14+
* File version: 1 (Friday, 2021 September 10th at 8:45 pm)
15+
* File type: Java 10 Source file (*.java)
16+
* Line count (including blank lines and compiler line): 19
17+
*/
18+
// End of script

0 commit comments

Comments
 (0)