由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - http://golang.org/ 你们都是hello 世界吗?
相关主题
珍惜生命,远离 R 和 Gopython 3.5 typing hint普及之後 python真要統治世界了。
which func will be called?__FUNCTION__ 是怎么回事呀?
两个我永远都不想碰的语言??? i m confused
Golang的promise lib哪个好?c++ typedef 一问
inline functions in C++Call assembly in c++ under linux
Q: 2 submit buttons in 1 page (转载)[合集] 为什么不能: declare a static memeber func
Node.js 有用过的么 什么评价一个简单的算法问题?
Why C++11 introduce "decltype" and "auto"?template metaprogramming 的问题
相关话题的讨论汇总
话题: hello话题: 世界话题: main话题: click话题: 统是
进入Programming版参与讨论
1 (共1页)
n******7
发帖数: 12463
1
我系统是英文的
狗狗又从哪里嗅到我的个人信息了?
// You can edit this code!
// Click here and start typing.
package main
import "fmt"
func main() {
fmt.Println("Hello, 世界")
}
e*******o
发帖数: 4654
2
表示支持UTF8
Rob是UTF8的co creator

【在 n******7 的大作中提到】
: 我系统是英文的
: 狗狗又从哪里嗅到我的个人信息了?
: // You can edit this code!
: // Click here and start typing.
: package main
: import "fmt"
: func main() {
: fmt.Println("Hello, 世界")
: }

n******7
发帖数: 12463
3
老外看到 世界 两个字会不会confused?
以为这是Go的什么特殊符号?

【在 e*******o 的大作中提到】
: 表示支持UTF8
: Rob是UTF8的co creator

e*******o
发帖数: 4654
4
在引号里
都知道是string吧。

【在 n******7 的大作中提到】
: 老外看到 世界 两个字会不会confused?
: 以为这是Go的什么特殊符号?

p*****2
发帖数: 21240
5

日文吧

【在 n******7 的大作中提到】
: 我系统是英文的
: 狗狗又从哪里嗅到我的个人信息了?
: // You can edit this code!
: // Click here and start typing.
: package main
: import "fmt"
: func main() {
: fmt.Println("Hello, 世界")
: }

1 (共1页)
进入Programming版参与讨论
相关主题
template metaprogramming 的问题inline functions in C++
关于STDERR定向到文件问题Q: 2 submit buttons in 1 page (转载)
python下的expectNode.js 有用过的么 什么评价
[合集] C问题求助:如何强行从外部访问local static variable?Why C++11 introduce "decltype" and "auto"?
珍惜生命,远离 R 和 Gopython 3.5 typing hint普及之後 python真要統治世界了。
which func will be called?__FUNCTION__ 是怎么回事呀?
两个我永远都不想碰的语言??? i m confused
Golang的promise lib哪个好?c++ typedef 一问
相关话题的讨论汇总
话题: hello话题: 世界话题: main话题: click话题: 统是