Skip to content

Instantly share code, notes, and snippets.

@huonw
Created March 14, 2013 05:09
Show Gist options
  • Save huonw/5158975 to your computer and use it in GitHub Desktop.
Save huonw/5158975 to your computer and use it in GitHub Desktop.
use T = core::io;
fn main() {
T::println("test");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment