All pastes #2119993 Raw Edit

Unnamed

public cpp v1 · immutable
#2119993 ·published 2012-02-19 17:11 UTC
rendered paste body
#include <iostream>using namespace std;auto main() -> int{        auto a = 5;        cout << a << endl;        return 0;}