All pastes #2047191 Raw Edit

Someone

public cpp v1 · immutable
#2047191 ·published 2011-04-16 16:47 UTC
rendered paste body
#include <iostream>int main(int argc, char ** argv){  std::cout << "Hello world!" << std::endl;}