#!/usr/bin/env rustx // pp-exact import io::println; fn main() { io::println(~"Hello World"); }