Пуск ❯
×
Змінити орієнтацію
Змінити тему, темна/світла
package main import ("fmt") func main() { fmt.Println("Hello World!") }
Hello World!