mirror of
https://github.com/rwxrob/dot
synced 2024-11-16 21:25:29 +00:00
8 lines
72 B
Plaintext
8 lines
72 B
Plaintext
|
package main
|
||
|
|
||
|
import "fmt"
|
||
|
|
||
|
func main() {
|
||
|
fmt.Println("Hello World")
|
||
|
}
|