Added a rudimentary FizzBuzz example

This commit is contained in:
Eduard Urbach 2024-08-03 01:11:22 +02:00
parent 08d5f38072
commit 178d543f8f
Signed by: eduard
GPG key ID: 49226B848C78F6C8
7 changed files with 48 additions and 6 deletions

View file

@ -8,7 +8,6 @@ import (
type Variable struct {
Name string
Alive uint8
Depth uint8
Register cpu.Register
}