source: liacs/pm/nim.cc@ 7

Last change on this file since 7 was 2, checked in by Rick van der Zwet, 15 years ago

Initial import of data of old repository ('data') worth keeping (e.g. tracking
means of URL access statistics)

  • Property svn:executable set to *
File size: 199 bytes
Line 
1#include <NimSpel.cc>
2
3using namespace std;
4
5int main( ){
6 srand(time(0)); //elke keer andere random begin waarde
7 NimSpel Spel1; //nieuw spel
8 Spel1.NimSpelen(); //spelen
9}// end main
10
Note: See TracBrowser for help on using the repository browser.