Files
testrepo/main.go
T

8 lines
76 B
Go
Raw Normal View History

2026-05-01 19:55:14 +02:00
package main
import "fmt"
func main() {
2026-05-02 13:39:07 +02:00
fmt.Println("Some test yayyy")
2026-05-01 19:55:14 +02:00
}