aboutsummaryrefslogtreecommitdiff
path: root/main.cpp
blob: 169131c8e39cff4c47fc30552d40d9891739b2c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include <joshua.h>

#include <curses.h>
#include <iostream>

using namespace std;
int main()
{ 
  be_joshua();
  endwin();
}