p3ls 2022-06-26 13:03:54 +02:00
parent 25dc78322b
commit c4f6b390bc
1 changed files with 7 additions and 0 deletions

7
main.go Normal file
View File

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