Files
2026-06-04 03:22:17 +00:00

7 lines
176 B
Python

# Example Python program for TinyCPU
# Translates to bytecode that writes to GPU
# Variables are stored starting at address 0x20
# Print characters to the GPU
print("Hello!")