aboutsummaryrefslogtreecommitdiff
path: root/src/main.gleam
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.gleam')
-rw-r--r--src/main.gleam3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.gleam b/src/main.gleam
new file mode 100644
index 0000000..69d3bea
--- /dev/null
+++ b/src/main.gleam
@@ -0,0 +1,3 @@
+pub fn yo() {
+ "yo"
+}