generated from seanpm2001/Git-Template_V8
-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
PROJECT_LANG_1.java
25 lines (24 loc) · 1.97 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
22
23
24
25
// Start of script
// Project language file 1
// For: BlazeOS/BWS
// About:
// I decided to make Java the 1st project language file for this project (BlazeOS/BWS/) as Java is already working on becoming the dominant program language on the BlazeOS platform (the dominant system language is still C) and I am learning from my past mistake, but with this attempt, I will use Java instead of JavaScript. It is possible, and it is a powerful language to use. I also don't want to get it confused with other web services and how they program things. It is most likely going to be supplemented with another language. It is getting its own project language file, starting here.
public class projectLanguageFileOne() {
public static void main(String args) {
System.out.println("Project language file 1");
System.out.println("For: BlazeOS/BWS");
System.out.println("About:");
System.out.println("I decided to make Java the 1st project language file for this project (BlazeOS/BWS/) as Java is already working on becoming the dominant program language on the BlazeOS platform (the dominant system language is still C) and I am learning from my past mistake, but with this attempt, I will use Java instead of JavaScript. It is possible, and it is a powerful language to use. I also don't want to get it confused with other web services and how they program things. It is most likely going to be supplemented with another language. It is getting its own project language file, starting here.");
break;
}
return main();
int y = 1;
System.out.println("Current project language file: " + int(y) + " (Java 10)");
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 am doing, I just have no way of testing it right now.
/* File info
* File version: 1 (2022, Sunday, August 21st at 7:48 pm PST)
* File type: Java 10 Source file (*.java)
* Line count (including blank lines and compiler line): 26
*/
// End of script