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