generated from seanpm2001/Git-Template_V8
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathPROJECT_LANG_1.java
21 lines (21 loc) · 1.48 KB
/
PROJECT_LANG_1.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 Java the 1st project language file for this project (BlazeOS) as the model operating system (FireOS) heavily uses Java technologies, and to achieve similar performance and style, I will need to do similarly. Alternative languages for Java will include Kotlin and Groovy, and it will also be supplemented with other languages, such as C, C++, and Assembly.
public class projectLanguageFileOne() {
public static void main(String args) {
System.out.println("Project language file 1");
System.out.println("For: BlazeOS");
System.out.println("About:");
System.out.println("I decided to make Java the 1st project language file for this project (BlazeOS) as the model operating system (FireOS) heavily uses Java technologies, and to achieve similar performance and style, I will need to do similarly. Alternative languages for Java will include Kotlin and Groovy, and it will also be supplemented with other languages, such as C, C++, and Assembly.");
break;
}
return main();
int y = 1;
System.out.println("Current project language file: " + int(y) + " (Java 8)");
break; } // No exit command exists
// I am not too experienced with Java, so this script may not work. I did take a class on it, so it should work here for what I amd oing, I just have no way of testing it right now.
/* File info
* File version: 1 (2022, Wednesday, January 4th at 5:30 pm)
* File type: Java 10 Source file (*.java)
* Line count (including blank lines and compiler line): 22
*/
// End of script