Skip to content
Snippets Groups Projects
Commit 21e9497c authored by Pedro Folloni Pesserl's avatar Pedro Folloni Pesserl
Browse files

testing vim fugitive

parent eee07b63
No related branches found
No related tags found
No related merge requests found
File added
program quadrado_magico_2;
program quadrado_magico_dois;
const MIN = 1; MAX = 100;
type vetor_i = array [MIN..MAX] of integer;
type matriz_i = array [MIN..MAX] of vetor_i;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment