generated from seanpm2001/Git-Template_V8
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
PROJECT_LANG_2.java
22 lines (21 loc) · 1.21 KB
/
PROJECT_LANG_2.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// Start of script
// I decided to make Java the 2nd project language file for this project (BlazeOS/IgniteBook/) as this software library for BlazeOS is written mostly in C, but is also written in Java. It is also the second language used on the sub-project. It is being represented here in its own repository.
public class projectLanguageFileTwo {
public static void main(String args) {
System.out.println("Project language file 2");
System.out.println("For: BlazeOS/IgniteBook");
System.out.println("About:");
System.out.println("I decided to make Java the 2nd project language file for this project (BlazeOS/IgniteBook/) as this software library for BlazeOS is written mostly in C, but is also written in Java. It is also the second language used on the sub-project. It is being represented here in its own repository.");
break;
}
return main();
int y = 2;
System.out.println("Current project language file: " + int(y) + " (Java 10)");
break } // No exit command exists
// I am not experienced with Java, so this script may not work
/* File info
* File version: 1 (Monday, 2022 January 10th at 3:44 pm)
* File type: Java 10 Source file (*.java)
* Line count (including blank lines and compiler line): 23
*/
// End of script