> For the complete documentation index, see [llms.txt](https://go.kode.lt/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://go.kode.lt/go-programavimas.md).

# Go Programavimas

```go
package main

import "fmt"

func main() {
	fmt.Println("Labas, Pasauli!")
}
```
