romulus/Romulus-M/main.c

11 lines
182 B
C
Raw Normal View History

2022-01-24 21:43:57 +00:00
/**
* BUTLERSAURUS 2022 addition
*
* This file exists to create a fake dummy executable target, which is required
* when compiling for WASM.
*/
int main(void)
{
return 0;
}