#!/usr/local/bin/tcc -run main() { printf( "%s\n", "Look on my Works, ye Mighty, and despair!\nNothing beside remains. Round the decay\nOf that colossal Wreck, boundless and bare\nThe lone and level sands stretch far away.” ); }