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

#include <yage/yage.h>

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