aboutsummaryrefslogtreecommitdiff
path: root/src/jinc.cpp
blob: 53ee17812d3a086eb52e88d8c6b321ef06309a52 (plain)
1
2
3
4
5
6
#include <string>

bool compile(std::string directory)
{
    return 0;
}