Jutge.org
Jutge.org
Home
Problems
About
Contact
Documentation
Index
FAQ
Compilers
Verdicts
References
Certificates
Markdown
Instructor guides
Python libs
GitHub repos
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!"
)
}