@ -14,3 +14,8 @@ Cargo.lock
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
solution
*.swp
*.swo
@ -0,0 +1,5 @@
fn main() {
println!("hello world");
}