summaryrefslogtreecommitdiff
path: root/2022/src/bin
diff options
context:
space:
mode:
authorJustin Wernick <justin@worthe-it.co.za>2022-11-21 18:46:44 +0200
committerJustin Wernick <justin@worthe-it.co.za>2022-11-21 18:46:44 +0200
commit0ac5b6a0932ef22fe18c8bf69fda0f30d3688c14 (patch)
tree3d5243fe5b65e13a9b5cb56c6ada07a6bc57eb18 /2022/src/bin
parent5650c324e6ce19067b14d885a91ea42bd12fd2e3 (diff)
Ready for 2022
Diffstat (limited to '2022/src/bin')
-rw-r--r--2022/src/bin/day_1.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/2022/src/bin/day_1.rs b/2022/src/bin/day_1.rs
new file mode 100644
index 0000000..078760e
--- /dev/null
+++ b/2022/src/bin/day_1.rs
@@ -0,0 +1,3 @@
+fn main() -> Result<(), Box<dyn std::error::Error>> {
+ Ok(())
+}