Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FIS01069
Introdução_a_computacao_UFPB
Commits
b4a7eb51
Commit
b4a7eb51
authored
Oct 31, 2014
by
Eduardo de Santana Medeiros Alexandre
Browse files
prefacio code
parent
6b6c3f1e
Changes
1
Show whitespace changes
Inline
Side-by-side
livro/capitulos/code/prefacio/main.c
0 → 100644
View file @
b4a7eb51
#include "teste.h"
#include <stdio.h>
int
main
(){
int
a
,
b
;
a
=
soma
(
2
,
3
);
printf
(
"Soma = %d
\n
"
,
a
);
b
=
subtrai
(
4
,
3
);
printf
(
"Subtração = %d
\n
"
,
b
);
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment