#include <iostream> int main() { std::cout << "hello world" << std::endl; return 0; }
Example 1: Benchmark program.
Back to Article