class intwrapper {
    age:Int;
}

func g(a, b) {
    return a + b;
}

func main () {
    a = 3;
    c = get_argv(1);
    print(c);
    return 0;
}
