Files

8 lines
84 B
Go

package main
import fm "fmt" // alias
func main() {
fm.Println("hello, world")
}