Quick actions

cmd+k|ctrl+k

Navigation

Languages

tesgo

Snippet info

Language

Go

Visibility

public

Author

satriyopamungkas

Created

2020-04-16T09:17:03Z

Updated

2020-04-16T09:17:03Z

package main

import (
    "fmt"
)

func main() {
    fmt.Println("Hello World!")
}
INFO