jes/src/jes.cc

7 lines
105 B
C++

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