Skip to content

Instantly share code, notes, and snippets.

View Luanr's full-sized avatar
🔨

Luan Luanr

🔨
View GitHub Profile

Keybase proof

I hereby claim:

  • I am luanr on github.
  • I am luanr (https://keybase.io/luanr) on keybase.
  • I have a public key ASCA2lJtRPEvUNzOQppivuBx44YH3Bxrntbcabscrwb--Ao

To claim this, I am signing this object:

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#define N 500
struct pessoa {
char nome[50];
double salario;
double altura;