Compare commits

...

3 Commits

Author SHA1 Message Date
p3ls 1446cd7325 test 2023-03-03 07:50:09 +01:00
p3ls bf1754fbac d 2023-03-03 07:49:13 +01:00
p3ls c24101e380 foo 2023-03-03 07:48:40 +01:00
1 changed files with 5 additions and 0 deletions

View File

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