2014年11月24日月曜日

Go Lang Test

Go Lang  Test!


$ 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

0 件のコメント:

コメントを投稿

fd-find

 $ sudo apt install fd-find $ fdfind 石