6 lines
59 B
Text
6 lines
59 B
Text
|
extern main;
|
||
|
extern helloge;
|
||
|
|
||
|
pub fn _start() {
|
||
|
main();
|
||
|
}
|