Skip to content

Instantly share code, notes, and snippets.

@little-arhat
Created October 6, 2017 13:19
Show Gist options
  • Save little-arhat/0e755183685ff6f7260a3d5b44d542b9 to your computer and use it in GitHub Desktop.
Save little-arhat/0e755183685ff6f7260a3d5b44d542b9 to your computer and use it in GitHub Desktop.
#include <stdio.h>
/* Женя Зайцев, [Oct 6, 2017, 3:15:15 PM]: */
/* а, или появился */
/* появился, да */
int main(int argc, char* argv[]) {
printf("He\n");
if (1) {
printf();
}
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment