PresentationApp/main.go
2016-01-11 09:10:52 -08:00

11 lines
113 B
Go

// PresentationApp project main.go
package main
import (
"fmt"
)
func main() {
fmt.Println("Hello World!")
}