Messing around

This commit is contained in:
2020-11-30 11:56:55 +02:00
parent 852583759c
commit 463eceae52
6 changed files with 46 additions and 0 deletions

6
getchar.c Normal file
View File

@@ -0,0 +1,6 @@
#include <stdio.h>
main (){
int c;
c='\0';
printf("%d\n",c);
}