Dockerise

This commit is contained in:
clienthax 2021-08-06 18:07:52 +01:00
parent 8ec2dd75c2
commit 55e2e94b63
3921 changed files with 178 additions and 111 deletions

View file

@ -0,0 +1,8 @@
mutantcolorbase = 0x101600
for oof in range(5, 50):
character = chr(mutantcolorbase)
print(f'const-string v1, "{character}"', end="\n\n")
print(f'const/16 v2, {hex(oof)}', end="\n\n")
print(f'aput-object v1, v0, v2', end="\n\n")
mutantcolorbase += 1