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"

浙公网安备 33010602011771号