Goofing around with main()
This commit is contained in:
+6
-1
@@ -1,3 +1,8 @@
|
||||
mod directory;
|
||||
mod mix;
|
||||
|
||||
fn main() {
|
||||
println!("Hello, world!");
|
||||
let _ = "Hello, Sphinx!".as_bytes().to_vec();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user