aboutsummaryrefslogtreecommitdiff
path: root/examples/example.cpp
blob: 3fe19e74af5db554f4b23d220f87ef0dd5108949 (plain)
1
2
3
4
5
6
7
#include <iostream>

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