Skip to content

Instantly share code, notes, and snippets.

@gong023
Created September 25, 2014 17:11
Show Gist options
  • Save gong023/30248d9eb63b6bcac5ec to your computer and use it in GitHub Desktop.
Save gong023/30248d9eb63b6bcac5ec to your computer and use it in GitHub Desktop.
#[allow(non_camel_case_types)]
struct __;
impl __ {
pub fn hello() {
println!("hello");
}
}
fn main() {
__::hello();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment