All pastes #2047190 Raw Edit

Unnamed

public text v1 · immutable
#2047190 ·published 2011-04-16 16:47 UTC
rendered paste body
#include <iostream>

int main(int argc, char ** argv)
{
  std::cout << "Hello world!" << std::endl;
}