blob: 9779223b2e9d2e94a27e8bfca14086fb1447660b [file] [log] [blame]
amandhora73473e52017-07-15 13:32:09 -07001// Copyright 2017 The Go Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style
3// license that can be found in the LICENSE file.
4
5package main
6
7import "fmt"
8
9func main() {
10 fmt.Println("containers rule!")
11
12}