aboutsummaryrefslogtreecommitdiffstats
path: root/web/template/src/main.rs
diff options
context:
space:
mode:
authormsi2025-11-12 10:24:23 -0300
committermsi2025-11-12 10:24:23 -0300
commitd7c5d24c6a7fdd9df9f27e1370b393240a2226f4 (patch)
treed5356d66bdeb86df0b852a0a3460751cc34b3c1e /web/template/src/main.rs
downloadtemplates-d7c5d24c6a7fdd9df9f27e1370b393240a2226f4.tar.gz
Init
Diffstat (limited to 'web/template/src/main.rs')
-rw-r--r--web/template/src/main.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/web/template/src/main.rs b/web/template/src/main.rs
new file mode 100644
index 0000000..e7a11a9
--- /dev/null
+++ b/web/template/src/main.rs
@@ -0,0 +1,3 @@
+fn main() {
+ println!("Hello, world!");
+}