public static int main () { short num = 1000; print ("%s\n", num.to_string ()); return 0;}
valac --pkg glib-2.0 short.to_string.vala