http://ja.wikipedia.org/wiki/Hello_worldプログラムの一覧 より。

Format
C
Post date
2013-09-06 17:22
Zeitraum der Veröffentlichung
Unbegrenzt
  1. #include <stdio.h>
  2. int main(void)
  3. {
  4. printf("Hello, world!");
  5. return 0;
  6. }
Download Printable view

URL of this paste

Embed with JavaScript

Embed with iframe

Raw text