mirror of
https://github.com/c0de-archive/hacktoberfest-2018.git
synced 2024-12-22 13:22:39 +00:00
8 lines
77 B
Go
8 lines
77 B
Go
|
package main
|
||
|
|
||
|
import "fmt"
|
||
|
|
||
|
func main(){
|
||
|
fmt.Printf("Hello, world.")
|
||
|
}
|