This repository has been archived on 2024-08-19. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
go-book/helloworld.go~
Geir Okkenhaug Jerstad f7443bbab9 init
2024-08-13 20:31:39 +02:00

7 lines
72 B
Go

package main
import "fmt"
func main() {
fmt.Println("hello world")
}