p3ls 2022-06-28 10:25:06 +02:00
parent 142118704b
commit 5b9ec8b99d
1 changed files with 1 additions and 1 deletions

View File

@ -3,5 +3,5 @@ package main
import "fmt"
func main() {
fmt.Println("test")
fmt.Println("test2")
}