1
1
Fork 0
mirror of https://github.com/DualBrain/QB64.git synced 2023-11-19 13:10:13 +00:00
QB64-website/samples/counter.md
2022-12-26 14:41:23 -06:00

545 B

HomeNewsGitHubWikiSamplesInFormGXQBjsCommunityMore...

SAMPLES: COUNTER

Binary Counter

🐝 rpgfan3233 🔗 binary, counter, qbjs

' This program is a 12-bit Binary counter, displayed using a 3x4 grid. ' It was created in the ho...