hello world of multilanguage

Hello World 各种编程语言的开始!
今天就来介绍一下,各种版本的hello world

1.c
printf("hello world")
;

2.java
System.out.println("hello world");

3.c#
Console.WriteLine("hello world");

4.python
print("hello world")

5.go
fmt.Println("hello world")

6.JavaScript
console.log("hello world");

7.Ruby
print "hello world"

posted @ 2019-07-13 14:26  george'sdinosaur  阅读(88)  评论(0)    收藏  举报