All pastes #2066280 Raw Edit

Unnamed

public text v1 · immutable
#2066280 ·published 2011-05-21 16:38 UTC
rendered paste body
#include <iostream>
int main () {
    std::cout << "Hello, world!" << std::endl;
};