Gitly
English
Русский
Español
日本語
中文
Português
Log in
Register
v2
/
vlib
/
v
/
tests
/
cflags
/
includes
/
myinclude.h
4
lines
·
3
sloc
·
42 bytes
·
d4f31412b7d275dccacf8be385e5ff1afe2126fe
Raw
1
2
int
add(
int
a,
int
b) {
3
return
a + b;
4
}
5