Skip to content

Instantly share code, notes, and snippets.

View nobody5050's full-sized avatar
🥣
Drinking the soup of today, making the soup of tomorrow!

nobody5050

🥣
Drinking the soup of today, making the soup of tomorrow!
View GitHub Profile
@nobody5050
nobody5050 / test_omega_project.py
Last active May 8, 2023 03:09
test_omega_project
from math import *
print("hi")
void call_gmon_start();
void frame_dummy();
void __do_global_ctors_aux();
void _init() {
call_gmon_start();
frame_dummy();
__do_global_ctors_aux();