mirror of
https://github.com/remko/waforth
synced 2024-12-28 10:00:06 +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;
|
||
|
}
|