Game Developer (I guess) and I love Warcraft III.
private struct Zinc[] {
private static method onInit() {
/*
* This is a way to create a .txt file in
* Warcraft III.
*/
PreloadGenClear();
PreloadGenStart();
Preload("Hello, Zinc Language.");
PreloadGenEnd("Output//Sample.txt");
}
}