Skip to content
/ junk Public

made out of distraction from suicidal tendencies

Notifications You must be signed in to change notification settings

senboc/junk

Repository files navigation

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);
}

About

made out of distraction from suicidal tendencies

Resources

Stars

Watchers

Forks