Rand, a much simpler executable subnode :)

This commit is contained in:
2022-11-26 02:12:27 +01:00
parent 16643e7234
commit cf78427fdb
+3
View File
@@ -0,0 +1,3 @@
#!/bin/bash
import random
print(random.randint(0, 99))