summaryrefslogtreecommitdiff
path: root/src/main.go
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-09-23 10:13:16 -0300
committerEuAndreh <eu@euandre.org>2024-09-28 19:04:10 -0300
commit78ce3d2aa74c5ac26c64f55d55bf5d6076c00a63 (patch)
tree2301826f6dd651259393c30391341e7c8b3688a4 /src/main.go
parentInitial empty commit (diff)
downloadcracha-78ce3d2aa74c5ac26c64f55d55bf5d6076c00a63.tar.gz
cracha-78ce3d2aa74c5ac26c64f55d55bf5d6076c00a63.tar.xz
Init Go project skeleton with liteq init
Diffstat (limited to 'src/main.go')
-rw-r--r--src/main.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/main.go b/src/main.go
new file mode 100644
index 0000000..1e624ba
--- /dev/null
+++ b/src/main.go
@@ -0,0 +1,7 @@
+package main
+
+import "gracha"
+
+func main() {
+ gracha.Main()
+}