Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 303 Bytes

CHANGELOG.md

File metadata and controls

11 lines (9 loc) · 303 Bytes

1.0.0

Initial version

  • Read input into variable
  • Write variable or constant to output
  • Assignment to variables
  • Single addition and multiplication of variables and constants
  • Subtraction of constant
  • Functions with multiple arguments and multiple return values
  • Output to intcode and Python