...
Go Documentation Server
GoDoc
▽
Play
submit search
package main import "fmt" func main() { fmt.Println("Hello, 世界") }
Run
Format
Share
Text file
src
/
cmd
/
cgo
/
internal
/
testfortran
/
testdata
/
helloworld
/
helloworld.f90
Documentation:
cmd/cgo/internal/testfortran/testdata/helloworld
1
program HelloWorldF90
2
write(*,*) "Hello World!"
3
end program HelloWorldF90
View as plain text