// Start of script
class Haxe {
    static function main() {
        trace("Project language file 1");
        trace("For: seanpm2001/Learn-Haxe");
        trace("About:");
        trace("I decided to make Haxe the main project language file for this project (Seanpm2001/Learn-Haxe) as Haxe is the language this project is dedicated to, because this project is about learning the Haxe programming language. It only makes sense to Haxe the official language for this project. It is getting its own project language file, starting here.");
        break;
    }
}
/* Output */

// Project language file 1
// For: seanpm2001/Learn-Haxe
// About:
// I decided to make Haxe the main project language file for this project (Seanpm2001/Learn-Haxe) as Haxe is the language this project is dedicated to, because this project is about learning the Haxe programming language. It only makes sense to Haxe the official language for this project. It is getting its own project language file, starting here.

/* File info
* File type: Haxe source file (*.hx)
* File version: 1 (2022, Friday, September 9th at 8:05 pm PST)
* Line count (including blank lines and compiler line): 24
*/
// End of script
