Skip to content
Snippets Groups Projects
code2.cpp 117 B
Newer Older
  • Learn to ignore specific revisions
  • Zbyšek Machaczek's avatar
    1
    Zbyšek Machaczek committed
    #include <iostream>
    
    using namespace std;
    
    int main()
    {
        cout << "Hello world!" << endl;
        return 0;
    }