6 lines
53 B
C
6 lines
53 B
C
|
extern void hello();
|
||
|
|
||
|
void _start() {
|
||
|
hello();
|
||
|
}
|