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() {
fmt.PrintLn("Some test yayyy")
}