hello.c 80 B

12345678
  1. #include "bench.h"
  2. int
  3. main()
  4. {
  5. write(1, "Hello world\n", 12);
  6. return (0);
  7. }