Skip to content
Snippets Groups Projects
main.go 123 B
Newer Older
package main

import "fmt"

func main() {
	fmt.Println("Hello, world3a.")
}

func test() {
	fmt.Println("Test function")
}