Atenţie! Aceasta este o versiune veche a paginii, scrisă la 2009-03-07 19:17:31.
Revizia anterioară   Revizia următoare  

Keep on codin'

#include <stdio.h>

int main(void) {
    printf("Hello World\n");
    return 0;
}
begin

  writeln('Hello world');

end.

Capsunele pe campii

#include <iostream>

int main() {
    cout<<"Hello World"<<endl;
    return 0;
}
begin
  writeln('Hello world');
end.

Use only F/OSS, Microsft sucks ;) just because they like design NOT the code itself.

However, on a GNU system NEVER type sudo make me sandwich, and expect the results...