Browse Source

hello commit

master
Coin de Gamma 1 year ago
parent
commit
e4bb6eb49d
  1. 5
      .gitignore
  2. 5
      001/solution.rs

5
.gitignore vendored

@ -14,3 +14,8 @@ Cargo.lock
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
solution
*.swp
*.swo

5
001/solution.rs

@ -0,0 +1,5 @@
fn main() {
println!("hello world");
}
Loading…
Cancel
Save