4f2cbcfb4d ^
df0fc998b8 ^
1 2
3 4 5 6 7
#include <unistd.h> int main (void) { write (1, "hello\n", 6); return 0; }