6 lines
66 B
C
6 lines
66 B
C
|
void stop() {}
|
||
|
void relative() {
|
||
|
stop();
|
||
|
// Hello Relative!
|
||
|
}
|