This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from math import * | |
print("hi") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
void call_gmon_start(); | |
void frame_dummy(); | |
void __do_global_ctors_aux(); | |
void _init() { | |
call_gmon_start(); | |
frame_dummy(); | |
__do_global_ctors_aux(); |