Skip to content
Snippets Groups Projects
main.go 123 B
Newer Older
  • Learn to ignore specific revisions
  • package main
    
    import "fmt"
    
    func main() {
    	fmt.Println("Hello, world3a.")
    }
    
    func test() {
    	fmt.Println("Test function")
    }