]> gcc.gnu.org Git - gcc.git/blame - libgo/misc/cgo/stdio/hello.go
libgo: update to Go 1.11
[gcc.git] / libgo / misc / cgo / stdio / hello.go
CommitLineData
dd931d9b 1// run -tags=use_go_run
93661575
ILT
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
7// +build test_run
8
9package main
10
11import "../stdio"
12
13func main() {
14 stdio.Stdout.WriteString(stdio.Greeting + "\n")
15}
This page took 0.134697 seconds and 5 git commands to generate.