From 433de4d309e37b282deb3ad18d3d629708c111c1 Mon Sep 17 00:00:00 2001 From: serr Date: Tue, 22 Apr 2025 12:18:18 +0300 Subject: [PATCH] main.go added --- tests/main.go | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/main.go diff --git a/tests/main.go b/tests/main.go new file mode 100644 index 0000000..182fa29 --- /dev/null +++ b/tests/main.go @@ -0,0 +1,7 @@ +package main + +import "fmt" + +func main() { + fmt.Println("hello, sailor!") +}