init commit

This commit is contained in:
2016-07-21 10:22:47 -07:00
commit cb4eb030bd
55 changed files with 1209 additions and 0 deletions

BIN
C_BOOK/1.5.1/a.out Executable file

Binary file not shown.

13
C_BOOK/1.5.1/main.c Normal file
View File

@ -0,0 +1,13 @@
#define Q 113
#include <stdio.h>
int main()
{
int c;
while (c != 'q') {
c = getchar();
printf("%d\n",c);
}
return 0;
}

2
C_BOOK/1.5.1/test.txt Normal file
View File

@ -0,0 +1,2 @@
bob is a faggot
bob is also an u.