aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@blos.sm>2024-08-04 18:26:38 +0100
committerLibravatar cel 🌸 <cel@blos.sm>2024-08-04 18:26:38 +0100
commitc3fde18b74fa967a02b3a922a9a3554b80207b06 (patch)
treee2d822189e97c8600b5113490e6dc921f3398561 /src/main.rs
downloadfj-c3fde18b74fa967a02b3a922a9a3554b80207b06.tar.gz
fj-c3fde18b74fa967a02b3a922a9a3554b80207b06.tar.bz2
fj-c3fde18b74fa967a02b3a922a9a3554b80207b06.zip
WIP: db
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
new file mode 100644
index 0000000..e7a11a9
--- /dev/null
+++ b/src/main.rs
@@ -0,0 +1,3 @@
+fn main() {
+ println!("Hello, world!");
+}