blob: e55a74bbd364063586f8c033475e6c6f2f5dd0a7 [file] [log] [blame]
Rob Pike126150d2008-06-06 13:28:03 -07001// $G $F.go && $L $F.$A && ./$A.out
2
3// Copyright 2009 The Go Authors. All rights reserved.
4// Use of this source code is governed by a BSD-style
5// license that can be found in the LICENSE file.
6
7package main
8
Rob Pike34cb7c22008-06-27 14:15:06 -07009func main() {
Rob Pike4f61fc92010-09-04 10:36:13 +100010 print("hello, world\n")
Rob Pike126150d2008-06-06 13:28:03 -070011}