about summary refs log blame commit diff stats
path: root/cpp/hi.cpp
blob: 932d8df8dda84430402af8d994e5e765b7cdeb0a (plain) (tree)
1
2
3
4
5
6
7
8
9








                                       
// I hate everything about this already

#include <iostream>
using namespace std;

int main() {
    cout << "Hello, World!" << endl;
    return 0;
}