first commit

This commit is contained in:
AlexNbl27 2023-09-27 10:34:33 +02:00
commit 321d005f07
1 changed files with 7 additions and 0 deletions

7
test.go Normal file
View File

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