Run ❯
Get your
own
website
Result Size:
625 x 565
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
package main import ("fmt") func main() { var i,j string = "Hello","World" fmt.Print(i, " ", j) }
x
package
main
import
(
"fmt"
)
func
main
() {
var
i
,
j
string
=
"Hello"
,
"World"
fmt
.
Print
(
i
,
" "
,
j
)
}
Hello World