Jump to content

Talk:Go (programming language)

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 197.161.195.2 (talk) at 11:54, 4 November 2024. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

package main import ( "fmt" ) func main (){ fmt.Println("hallo world") } 197.161.195.2 (talk) 11:54, 4 November 2024 (UTC)[reply]