From e4bb6eb49d2d981277b211abf34a9c9cf72553a6 Mon Sep 17 00:00:00 2001 From: Coin de Gamma Date: Sat, 25 Feb 2023 10:32:43 +0000 Subject: [PATCH] hello commit --- .gitignore | 5 +++++ 001/solution.rs | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 001/solution.rs 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"); +} +