25 Jan
2022
25 Jan
'22
9:47 a.m.
// 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.