aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.cpp
blob: d90e58de9118e7bf9227f1ca6c39717181154d88 (plain) (blame)
1
2
3
4
5
#include <iostream>

int main() {
    std::cout << "Hello, World\n" << std::endl;
}