// due to my personal experiences, it can be rather slow and random to
make anything larger than this

#include <stdio.h>

int main() {
  printf("Hello, world!\n");
}

// there may be a bug.  untested.

Reply via email to