googhieman's picture
Add files using upload-large-folder tool
cd886b3 verified
Raw
History Blame Contribute Delete
147 Bytes
#include <stdlib.h>
#include <stdint.h>
#include <stddef.h>
#include "simple_lib.h"
void entry(void) {
printS("Hello World!\r\n");
_exit_();
}