diff options
author | EuAndreh <eu@euandre.org> | 2024-07-22 08:35:22 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-07-22 10:13:34 -0300 |
commit | 31fe7be099fb8f463be3a3db4a4b799501f66571 (patch) | |
tree | cd4d834292eba0aefbf74d0de5797b9e3fd99962 /src/cmd | |
parent | Initial empty commit (diff) | |
download | binder-31fe7be099fb8f463be3a3db4a4b799501f66571.tar.gz binder-31fe7be099fb8f463be3a3db4a4b799501f66571.tar.xz |
v0 Impl
Diffstat (limited to 'src/cmd')
-rw-r--r-- | src/cmd/main.go | 7 |
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() +} |