remotes/origin/master
p3ls 2023-03-03 07:50:09 +01:00
parent bf1754fbac
commit 1446cd7325
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ package main
import "fmt" import "fmt"
func main() { func main() {
// foo
fmt.Println("test2") fmt.Println("test2")
} }