About
Contact
QtCreator
KDevelop
Solarized
1
void
stop
() {}
2
void
relative
() {
3
stop
();
4
// Hello Relative!
5
}
6