About
Contact
QtCreator
KDevelop
Solarized
1
void
relative
(
);
2
3
int
main
(
)
4
{
5
relative
();
6
// Hello Absolute!
7
return
0
;
8
}
9