/src/test/run-pass/hello.rs
Rust | 5 lines | 1 code | 3 blank | 1 comment | 0 complexity | b390705f5d4c2e9fb854adfb4d8f649a MD5 | raw file
1 2 3 4// -*- rust -*- 5fn main() { debug!{"hello, world."}; }
1 2 3 4// -*- rust -*- 5fn main() { debug!{"hello, world."}; }