testing build tools

This commit is contained in:
HikariKnight 2023-04-05 13:35:27 +02:00
parent 5da1a88296
commit fe4d1ea1c2
2 changed files with 8 additions and 1 deletions

View file

@ -1 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("test")
}