You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// 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.
publicclassprojectLanguageFileOne() {
publicstaticvoidmain(Stringargs) {
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.");
// 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