Skip to content

Commit

Permalink
PROJECT_LANG_2.java (V1)
Browse files Browse the repository at this point in the history
The current version (version 1) of the second project language file for this project.
  • Loading branch information
seanpm2001 authored Oct 21, 2021
1 parent 60f6a8f commit b1245f1
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions PROJECT_LANG_2.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,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

0 comments on commit b1245f1

Please sign in to comment.