I hereby claim:
- I am caaiosb on github.
- I am caiosb (https://keybase.io/caiosb) on keybase.
- I have a public key ASARURzZSwrXgWpgGIqePvDFIyfh1wzWvTEiamkpFtKLVwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
{ | |
"terminal.integrated.fontSize": 14, | |
"workbench.iconTheme": "material-icon-theme", | |
"workbench.startupEditor": "newUntitledFile", | |
"editor.tabSize": 2, | |
"editor.fontSize": 13, | |
"editor.lineHeight": 17, | |
"editor.fontFamily": "Fira Code", |
#include <stdio.h> | |
#include <stdlib.h> | |
#include <string.h> | |
void main() | |
{ | |
int contador = 0; | |
char linha[64]; | |
FILE *fp; |