From 78ce3d2aa74c5ac26c64f55d55bf5d6076c00a63 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 23 Sep 2024 10:13:16 -0300 Subject: Init Go project skeleton with liteq init --- tests/main.go | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/main.go (limited to 'tests/main.go') diff --git a/tests/main.go b/tests/main.go new file mode 100644 index 0000000..e22c061 --- /dev/null +++ b/tests/main.go @@ -0,0 +1,7 @@ +package main + +import "gracha" + +func main() { + gracha.MainTest() +} -- cgit v1.2.3