spo/ass3/zbirnik/code/instruction.go
2025-12-18 13:49:58 +01:00

8 lines
116 B
Go

package instruction
type Instruction interface {
newInstruction() Instruction
}
func newInstruction() {}