golang-test/helloworld.go

10 lines
109 B
Go
Raw Normal View History

2023-12-29 17:41:54 +01:00
package main
import "fmt"
func main() {
fmt.Println("Testing testing")
}
//This is a pretty cool comment