Gitly
English
Русский
Español
日本語
中文
Português
Log in
Register
v2
/
vlib
/
v
/
tests
/
project_with_c_code
/
relative.h
5
lines
·
3
sloc
·
33 bytes
·
080684dda16187789c6dcdb66997074ae00d7c34
Raw
1
int
abc() {
2
return
142;
3
}
4
5
6