Just making sure the syntax highlighting works here :)
package main
import "fmt"
func main() {
fmt.Println("Hello, World!")
}
Back
Just making sure the syntax highlighting works here :)
package main
import "fmt"
func main() {
fmt.Println("Hello, World!")
}