aboutsummaryrefslogtreecommitdiffstats
path: root/examples/simple/main.cpp
blob: 0869f9b148d5b8437b564e8c587e1edf1314101f (plain)
1
2
3
4
5
6
#include <iostream>

int main()
{
    std::cout << "Hello world";
}