DEV Community

Playing around and see

#go
package main

func main() {
  fmt.Println("hello world!")
}
Enter fullscreen mode Exit fullscreen mode

Top comments (0)