Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
24 lines (24 loc) · 1.39 KB

File metadata and controls

24 lines (24 loc) · 1.39 KB
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// Start of script
// Project language file 1
// For: Candroid-Keyboard
// About:
// I decided to make Java the 1st project language file for this project (Candroid-Keyboard) as the native application langugae for the framework this program runs on is Java. Java is the best-suited language here for this reason. 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: Candroid-Keyboard");
System.out.println("About:");
System.out.println("I decided to make Java the 1st project language file for this project (Candroid-Keyboard) as the native application langugae for the framework this program runs on is Java. Java is the best-suited language here for this reason. 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 11)");
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, Tuesday, November 29th at 10:13 pm PST)
* File type: Java 10 Source file (*.java)
* Line count (including blank lines and compiler line): 25
*/
// End of script
Morty Proxy This is a proxified and sanitized view of the page, visit original site.