mirror of
https://github.com/remko/waforth
synced 2024-11-17 07:48:06 +01:00
6 lines
87 B
C
6 lines
87 B
C
#include "waforth.h"
|
|
|
|
int main(int argc, char** argv) {
|
|
waforth_init();
|
|
return 0;
|
|
}
|