aboutsummaryrefslogtreecommitdiff
path: root/2022/09/a.rs
diff options
context:
space:
mode:
Diffstat (limited to '2022/09/a.rs')
-rw-r--r--2022/09/a.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/2022/09/a.rs b/2022/09/a.rs
new file mode 100644
index 0000000..0fc6278
--- /dev/null
+++ b/2022/09/a.rs
@@ -0,0 +1,6 @@
1mod common;
2use common::*;
3
4fn main() {
5 println!("{}", simulate(2).len());
6}

Generated with cgit - Back to sebastiano.tronto.net