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