mirror of
https://github.com/remko/waforth
synced 2024-12-27 09:59:29 +01:00
7 lines
87 B
C
7 lines
87 B
C
|
#include "waforth.h"
|
||
|
|
||
|
int main(int argc, char** argv) {
|
||
|
waforth_init();
|
||
|
return 0;
|
||
|
}
|