public static int main (string[] args) { // Output: ``you admire our technology, human?`` string down = "You admire our technology, human?".down (); print ("%s\n", down); return 0;}
valac --pkg glib-2.0 string.down.vala