aboutsummaryrefslogtreecommitdiff
path: root/main.cpp
blob: b2c31dbcc4e18d7c2eae9dd8f941192fd7c8a7bb (plain)
1
2
3
4
5
6
7
8
9
#include <iostream>
#include <joshua.h>
#include <curses.h>
using namespace std;
int main()
{ 
  be_joshua();
  endwin();
}