Skip to content

Instantly share code, notes, and snippets.

@saturn99
Created February 7, 2017 08:22
Show Gist options
  • Save saturn99/4a77c55e89c38ae7b7fcb044e0b5f44c to your computer and use it in GitHub Desktop.
Save saturn99/4a77c55e89c38ae7b7fcb044e0b5f44c to your computer and use it in GitHub Desktop.
🐼.c
/*
🐼
*/
#include <stdio.h>
int main(){
printf("%c%c%c%c\n"
,0xf0,0x9f,0x90,0xbc);
return 0x12;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment