Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
#include <iostream>
using namespace std;

int main() {
    std::cout << "Hello World!";
    return 0;
}

...