Quick actions

cmd+k|ctrl+k

Navigation

Languages

main

Snippet info

Language

Go

Visibility

public

Author

casm

Created

2018-05-21T02:30:11Z

Updated

2018-05-21T02:33:04Z

package main

import (
    "fmt"
)

func main() {
    fmt.Println("Hello World!")
    fmt.Println("hello, c@sm.")
}
INFO