test: Use println instead of debug in hello.rs
This commit is contained in:
parent
c73e3320f8
commit
72b7a7707f
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
// -*- rust -*-
|
// -*- rust -*-
|
||||||
fn main() { debug!("hello, world."); }
|
|
||||||
|
fn main() {
|
||||||
|
io::println("hello, world");
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user