summaryrefslogtreecommitdiff
path: root/2020/src/main.rs
diff options
context:
space:
mode:
authorJustin Wernick <justin@worthe-it.co.za>2022-04-19 20:33:11 +0200
committerJustin Wernick <justin@worthe-it.co.za>2022-04-19 20:33:11 +0200
commit2a939b5e97604d3129b888f15c9876ffd3a7fe5a (patch)
treed4ae8114a9527a2e46464ce32b80476a5831fdbb /2020/src/main.rs
parent2410e500560a1989399c8ad0c23fe7aa9827576d (diff)
parent6a5b143c0fd0a90979d9315b50be2387facb752f (diff)
Merge branch '2020-main'
Diffstat (limited to '2020/src/main.rs')
-rw-r--r--2020/src/main.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/2020/src/main.rs b/2020/src/main.rs
new file mode 100644
index 0000000..e7a11a9
--- /dev/null
+++ b/2020/src/main.rs
@@ -0,0 +1,3 @@
+fn main() {
+ println!("Hello, world!");
+}