summaryrefslogtreecommitdiff
path: root/src/cmd
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-07-22 08:35:22 -0300
committerEuAndreh <eu@euandre.org>2024-07-22 10:13:34 -0300
commit31fe7be099fb8f463be3a3db4a4b799501f66571 (patch)
treecd4d834292eba0aefbf74d0de5797b9e3fd99962 /src/cmd
parentInitial empty commit (diff)
downloadbinder-31fe7be099fb8f463be3a3db4a4b799501f66571.tar.gz
binder-31fe7be099fb8f463be3a3db4a4b799501f66571.tar.xz
v0 Impl
Diffstat (limited to 'src/cmd')
-rw-r--r--src/cmd/main.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/cmd/main.go b/src/cmd/main.go
new file mode 100644
index 0000000..d9c8379
--- /dev/null
+++ b/src/cmd/main.go
@@ -0,0 +1,7 @@
+package main
+
+import "euandre.org/binder/src"
+
+func main() {
+ binder.Main()
+}