1
0

DTC and SCI improvements

This commit is contained in:
Aiden
2026-05-25 14:22:32 +10:00
parent 62d1c3c876
commit 80819448cf
21 changed files with 13823 additions and 86 deletions

5
h8536_pseudocode.py Normal file
View File

@@ -0,0 +1,5 @@
from h8536.pseudocode import main
if __name__ == "__main__":
raise SystemExit(main())