Skip to content

Instantly share code, notes, and snippets.

@user21944
Last active September 19, 2023 12:18
Show Gist options
  • Save user21944/49a96d7c66cf0ed334611b95829fe294 to your computer and use it in GitHub Desktop.
Save user21944/49a96d7c66cf0ed334611b95829fe294 to your computer and use it in GitHub Desktop.
simple hello world
#include <stdio.h>
int main(void) {
for(char c[]={0,0110,055,0101,055,0102,0156,0116,031,0166,04,0150,014,055,047
};*c<(((c[1]-c[2])>>1)^3);)putchar(c[(int)c[0]]^c[(long)++*c]);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment