http://play.golang.org/p/-4W6KrrnNG
package main
import "fmt"
func main() {
fmt.Println("Hello, 世界")
(func(x int) { fmt.Println(x) })(5)
}
'Programming' 카테고리의 다른 글
Python itertools module (0) | 2012.08.16 |
---|---|
Calling an external command in Python (0) | 2012.08.14 |
(Javascript) Close window without the prompt message in IE7 (0) | 2012.08.13 |
On-The-Fly C++ (0) | 2012.08.13 |
Java URL example - Download the contents of a URL (0) | 2012.08.12 |