Load raw C binary + docs
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#include <syscall.h>
|
||||
|
||||
int main() {
|
||||
const char* msg = "hi from C userland\r\n";
|
||||
write(1, msg, 21);
|
||||
return 42;
|
||||
}
|
||||
Reference in New Issue
Block a user