Documentation

Go
Compiler
Go
Name
Go
Language
Go
Program and version
go version go1.18.1 linux/amd64
Description
Go
Type
compiler
Flags1
Flags2
Extension
.go
Status
Ok

P68688
package main

import "fmt"

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