From 92500b33cf83b29242a5c1ae91396a4428062e97 Mon Sep 17 00:00:00 2001 From: "Sean P. Myrick V19.1.7.2" Date: Thu, 8 Dec 2022 16:46:52 -0800 Subject: [PATCH] PROJECT_LANG_1_V1.java An archive of the first version of the first project language file for this project. --- .../Java/PROJECT_LANG_1_V1.java | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 OldVersions/PROJECT_LANGUAGE/Java/PROJECT_LANG_1_V1.java diff --git a/OldVersions/PROJECT_LANGUAGE/Java/PROJECT_LANG_1_V1.java b/OldVersions/PROJECT_LANGUAGE/Java/PROJECT_LANG_1_V1.java new file mode 100644 index 0000000..0c00992 --- /dev/null +++ b/OldVersions/PROJECT_LANGUAGE/Java/PROJECT_LANG_1_V1.java @@ -0,0 +1,24 @@ +// Start of script +// Project language file 1 +// For: Candroid-TV +// About: +// I decided to make Java the 1st project language file for this project (Candroid-TV) 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-TV"); + System.out.println("About:"); + System.out.println("I decided to make Java the 1st project language file for this project (Candroid-TV) 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, Thursday, December 8th at 4:46 pm PST) +* File type: Java 11 Source file (*.java) +* Line count (including blank lines and compiler line): 25 +*/ +// End of script