diff --git a/.gitignore b/.gitignore index 3ca43ae..d915d7a 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,8 @@ Cargo.lock # MSVC Windows builds of rustc generate these, which store debugging information *.pdb +solution + +*.swp +*.swo + diff --git a/001/solution.rs b/001/solution.rs new file mode 100644 index 0000000..48100c0 --- /dev/null +++ b/001/solution.rs @@ -0,0 +1,5 @@ + +fn main() { + println!("hello world"); +} +