All pastes #1963348 Raw Edit

f

public c v1 · immutable
#1963348 ·published 2010-10-15 20:15 UTC
rendered paste body
#include <stdio.h>int main(int argc, char *argv[]){    printf("Hello world\n");      return 0; }