Skip to content

Instantly share code, notes, and snippets.

@Boobies
Created November 29, 2016 02:43
Show Gist options
  • Save Boobies/a55d6fab998cae868983a08f4bdc5033 to your computer and use it in GitHub Desktop.
Save Boobies/a55d6fab998cae868983a08f4bdc5033 to your computer and use it in GitHub Desktop.
#include <stdio.h>
int main(void) {
printf("hello kitty");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment