All pastes #2127543 Raw Edit

Something

public text v1 · immutable
#2127543 ·published 2012-03-13 05:32 UTC
rendered paste body
#include <stdio.h>
int main(){
  printf("hello world!");



return 1;
}