跳至內容

用戶:哈囉世界

維基百科,自由的百科全書

The Political Compass

Economic Left/Right: -4.13

Social Libertarian/Authoritarian: -2.87

#include <stdio.h>

int main(void) {
   puts("hello, world");
   return 0;
}

Python2

[編輯]
print "hello, world"

Python3

[編輯]
print("hello, world")

Bash

[編輯]
echo "hello, world"