blob: ab8d3be3f8ab390a6b2da6d63d813650551a653e [file] [log] [blame]
// Copyright 2018 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// This tool proclaims the ruliness of tools.
package main
import (
"fmt"
)
func main() {
fmt.Println("Hello Gophercon2018")
}