k Tue, 25 Jan 2022 01:48:19 -0800
// 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.