Commit 4174c5f2 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

Main file

parent a6fd7111
// This is the main package for the `packer` application.
package main
import "fmt"
func main() {
fmt.Println("Hello, world.")
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment