diff options
Diffstat (limited to 'halt/main.c')
| -rw-r--r-- | halt/main.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/halt/main.c b/halt/main.c new file mode 100644 index 0000000..c89be21 --- /dev/null +++ b/halt/main.c @@ -0,0 +1,5 @@ +#include "rust.h" + +void _start (int argc, char **argv) { + main(); +} |
