mirror of
https://github.com/remko/waforth
synced 2025-01-15 15:41:17 +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;
|
|
}
|