Well, a strat has been made.

This commit is contained in:
simon 2017-01-06 16:21:11 +00:00
parent 2e77d2beb6
commit 0e693d4360
2 changed files with 14 additions and 1 deletions

View file

@ -13,10 +13,13 @@
#include "version.h"
#include "conspage.h"
#include "consspaceobject.h"
int main (int argc, char *argv[]) {
printf( "Post scarcity software environment version %s\n", VERSION);
conspagesinit();
// printf( "Tag2uint(\"FREE\") = %d\n", tag2uint("FREE"));
return(0);
}