This commit is contained in:
Pragyansh Chaturvedi
2025-09-11 01:13:54 +05:30
parent 8d50298e9e
commit 10fb1f0914
2 changed files with 19 additions and 3 deletions

View File

@ -30,11 +30,11 @@ def hello_again(ctx: c_void_p) -> c_int64:
# if delta < 1000000000:
# print("execve called within last second")
# last().delete(key)
x = False
x = True
x = False
if x:
print("we prevailed")
if x:
else:
print("we did not prevail")
ts = ktime()
last().update(key, ts)
@ -52,4 +52,5 @@ def hello_again(ctx: c_void_p) -> c_int64:
def LICENSE() -> str:
return "GPL"
compile()