Skip to content

Instantly share code, notes, and snippets.

@tmerr
Last active August 29, 2015 14:13
Show Gist options
  • Save tmerr/38071e4311c1c9dd0e58 to your computer and use it in GitHub Desktop.
Save tmerr/38071e4311c1c9dd0e58 to your computer and use it in GitHub Desktop.
#![feature(plugin)]
#[plugin] extern crate b;
#[plugin] extern crate c;
fn main() {
println!("Hello, world!");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment