-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The current version (version 1) of the second project language file for this project.
- Loading branch information
1 parent
60f6a8f
commit b1245f1
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |