Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 324 Bytes

File metadata and controls

10 lines (7 loc) · 324 Bytes

simple_io

This demo just showcases a bare minimum test case for pylc3 going over each step and what is usually done at that step.

A simple program reads in input and only echo's characters A-Z uppercase.

The test goes over the basics along with how to specify console input and how to check console output.