add my key #134

Merged
DictXiong merged 3 commits from shw8 into main 2025-09-16 17:59:06 +08:00
2 changed files with 1 additions and 12 deletions
Showing only changes of commit 61a02a78af - Show all commits

1
my Normal file
View File

@ -0,0 +1 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFCheVuVXfQQi6uhmhWBkfNRikxMbIxwVyxz9icaWQkx root@whatthe-haowen8

12
test1
View File

@ -1,12 +0,0 @@
import time
a = int(input())
while a != 1 :
if a % 2 == 0:
a = a/2
print(a)
else :
a = 3*a + 1
print(a)
time.sleep(0.5)
else:
print(a)