This is a fairly small project, in which we will only use functionality provided by the core package collection.

We are going to implement the Unix seq command in Odin.

  1. Requirements
  2. Printing sequences
  3. Testing
  4. Fixing failed tests