Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Nelman Jay Louie Vasquez

Nelman Jay Louie Vasquez

Nelman Jay Louie Vasquez has asked 1 questions and find answers to 0 problems.

Stats

5
EtPoint
0
Vote count
1
questions
0
answers

About

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");
    }
}

Nelman Jay Louie Vasquez questions

Nelman Jay Louie Vasquez answers