Skip to content

Instantly share code, notes, and snippets.

View vitorebatista's full-sized avatar
🚀
Always innovating

Vitor Emanuel Batista vitorebatista

🚀
Always innovating
View GitHub Profile
@vitorebatista
vitorebatista / mainEx03.c
Last active September 17, 2019 00:34
mainEx03.c
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "toolsv3.h"
#include "matrizv3.h"
#include "matriz-operacoesv3.h"
// %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
int main(int argc, char *argv[]) {