Skip to content

Instantly share code, notes, and snippets.

View CaaioSB's full-sized avatar
🏠
Working from home

Caio Silva CaaioSB

🏠
Working from home
View GitHub Profile

Keybase proof

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:

@CaaioSB
CaaioSB / settings.json
Last active July 7, 2020 04:20
Visual Studio Code Settings Json
{
"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",
@CaaioSB
CaaioSB / Listagem de arquivo de texto
Last active June 11, 2020 21:20
Análise e Desenvolvimento de Sistemas: Atividade em C - 1º Semestre
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
void main()
{
int contador = 0;
char linha[64];
FILE *fp;