A literal junkyard containing scratch code and mini-projects I made for fun. Some of the code here may not be working at all.
Example:
A dumb program that outputs TheGame
to the console
#include <stdio.h>
int main(void) {
long long a = 28549237224859732;
puts(&a);
}