Skip to content

Instantly share code, notes, and snippets.

View mzhaodev's full-sized avatar
🏃‍♂️

Maxwell Zhao mzhaodev

🏃‍♂️
View GitHub Profile

Keybase proof

I hereby claim:

  • I am thepiercingarrow on github.
  • I am thepiercingarrow (https://keybase.io/thepiercingarrow) on keybase.
  • I have a public key whose fingerprint is FB9A 14B6 DC04 C367 0A33 073C F4FC 478E 057C 9F78

To claim this, I am signing this object:

@mzhaodev
mzhaodev / .gitignore
Last active May 6, 2016 06:20
BotLand
# Emacs recovery files
*~
[#]*[#]
.\#*
# Logs
logs
*.log
npm-debug.log*
/*
ID: thepier1
LANG: C
TASK:
*/
#include <stdio.h>
int main() {
FILE *fin = fopen("<file>.in", "r");
FILE *fout = fopen("<file>.out", "w");