// Start of script
// Project language file 4
// For: seanpm2001/AGRAN-Programming-language | seanpm2001/GRANNY-Programming-language
// About:
// I chose Java as the fourth project language file for this project (Seanpm2001/AGRAN-Programming language)(Seanpm2001/GRANNY-Programming-language) as Java has influence on the projects syntax, and is one of the implementation languages. It is getting its own project language file, starting here.

public class projectLanguageFour {
	public static void main(String args) {
	    System.out.println("Project language file 4");
	    System.out.println("For: seanpm2001/AGRAN-Programming-language | seanpm2001/GRANNY-Programming-language");
	    System.out.println("About:");
		System.out.println("I chose Java as the fourth project language file for this project (Seanpm2001/AGRAN-Programming language)(Seanpm2001/GRANNY-Programming-language) as Java has influence on the projects syntax, and is one of the implementation languages. It is getting its own project language file, starting here.");
		break;
}
main();
int y = 4;
System.out.println("Current project language file: " + int(y));
break; } // No exit command exists
/* File info
* File version: 1 (2022, Wednesday, August 3rd at 5:14 pm PST)
* File type: Java 10 Source file (*.java)
* Line count (including blank lines and compiler line): 25
*/
// End of script
