3b401b8 ^
1 2 3 4 5 6 7
#include <unistd.h> int main(void) { return execlp("printf", "printf", "hello world\n", NULL); }