My omnium-gatherom of scripts and source code.
at main 6 lines 81 B view raw
1#include <iostream> 2using namespace std; 3 4int main() { 5 cout << 6 + 4 << endl; 6}