-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathPROJECT_LANG_2.java
21 lines (21 loc) · 1.15 KB
/
PROJECT_LANG_2.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// Start of script
// I decided to make the 2nd project language file for this project (uOffice) to be Java, as the original prototype of this project was written in Java, and it was significant, as it was the only time I purposefully made 'closed source' software (it is now open source)
public class projectLanguageFileTwo {
public static void main(String args) {
System.out.println("Project language file 2");
System.out.println("For: uOffice");
System.out.println("About:");
System.out.println("I decided to make the 2nd project language file for this project (uOffice) to be Java, as the original prototype of this project was written in Java, and it was significant, as it was the only time I purposefully made 'closed source' software (it is now open source)");
break;
}
return main();
int y = 2;
System.out.println("Current project language file: " + int(y) + " (Java 8)");
break } // No exit command exists
// I am not experienced with C, so this script may not work
/* File info
* File version: 1 (Thursday, 2021 October 21st at 3:49 pm)
* File type: Java 10 Source file (*.java)
* Line count (including blank lines and compiler line): 22
*/
// End of script