// (c) 2020 Aaron Taylor // See LICENSE.txt file for copyright and license details. package main import ( "fmt" ) func main() { fmt.Println("Hello, World!") }