Added a rudimentary FizzBuzz example
This commit is contained in:
parent
08d5f38072
commit
178d543f8f
7 changed files with 48 additions and 6 deletions
|
@ -8,7 +8,6 @@ import (
|
|||
type Variable struct {
|
||||
Name string
|
||||
Alive uint8
|
||||
Depth uint8
|
||||
Register cpu.Register
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue