$ cat hello.go
package main
import "fmt"
func main() {
fmt.Printf("hello world\n")
fmt.Printf("hella.asdf\n")
fmt.Printf("hella.asdf\n")
}
$ go run hello.go
hello world
hella.asdf
hella.asdf
$ go bulid hello.go
$ ./hello
hello world
hella.asdf
hella.asdf
hella.asdf
hella.asdf
0 件のコメント:
コメントを投稿