add initial src/jes.cc

This commit is contained in:
Josh Holtrop 2016-06-17 18:48:57 -04:00
parent 8f1ef6374c
commit e976d8df52

6
src/jes.cc Normal file
View File

@ -0,0 +1,6 @@
#include <iostream>
int main(int argc, char * argv[])
{
std::cout << "Coming soon." << std::endl;
}