generated from seanpm2001/Template_Other_V4
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
PROJECT_LANG_3_V1.java
17 lines (17 loc) · 911 Bytes
/
PROJECT_LANG_3_V1.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Start of script
// I decided to make Java the 3rd project language file for this project (PrestigePreview) due to development on the Android platform, and Androids reliance on Java. Kotlin will be an alternative 4th option.
public class projectLanguageFileThree {
public static void main(String args) {
System.out.println("I decided to make Java the 3rd project language file for this project (PrestigePreview) due to development on the Android platform, and Androids reliance on Java. Kotlin will be an alternative 4th option.");
}
return main();
int y = 3;
System.out.println("Current project language file: " + int(y));
break; } // No exit command exists
// I am not the best with Java, so this script may not work
/* File info
* File version: 1 (Monday, May 31st 2021 at 7:01 pm)
* File type: Java 10 Source file (*.java)
* Line count (including blank lines and compiler line): 18
*/
// End of script