generated from seanpm2001/Git-Template_V8
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
An archive of the first version of the first project language file for this project.
- Loading branch information
1 parent
6dfe234
commit e77f5d7
Showing
1 changed file
with
25 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,25 @@ | ||
// Start of script | ||
// Project language file 1 | ||
// For: Java-The-Hutt | ||
// About: | ||
// I decided to make Java the 1st project language file for this project (Java-The-Hutt) as Java is the main language of this project, because of the pun. I am stll deciding what I am going to use this project for. 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: Java-the-Hutt"); | ||
System.out.println("About:"); | ||
System.out.println("I decided to make Java the 1st project language file for this project (Java-The-Hutt) as Java is the main language of this project, because of the pun. I am stll deciding what I am going to use this project for. 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, September 4th at 7:14 pm PST) | ||
* File type: Java 10 Source file (*.java) | ||
* Line count (including blank lines and compiler line): 26 | ||
*/ | ||
// End of script |