import io; |void| nothing() {} |int| main() { nothing(); io::println("It was nothing"); return 0; }