main.go added

deepseek
serr 2025-04-22 12:18:18 +03:00
parent 80a50c7a28
commit 433de4d309
1 changed files with 7 additions and 0 deletions

7
tests/main.go Normal file
View File

@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("hello, sailor!")
}