My omnium-gatherom of scripts and source code.
at main 6 lines 83 B view raw
1#include <iostream> 2 3int main() 4{ 5 std::cout << "Hello, world!" << std::endl; 6}