Fix typo + rewording

This commit is contained in:
Alex Hirsch 2019-03-09 22:54:06 +01:00
parent 12a8c2cec3
commit b0f6738e6f

View File

@ -6,9 +6,9 @@ These examples are to be used as integration tests.
Your initial task is to create another example which may be added to the set.
Try to use as many features of the mC language as possible.
The example may read form `stdin` and write to `stdout` using the built-in functions.
The example may read from `stdin` and write to `stdout` using the built-in functions.
Provide an `.stdin.txt` and `.stdout.txt` for verification purposes.
Provide `.stdin.txt` and `.stdout.txt` files for verification purposes.
The getting started code-base provides a stub for the mC compiler.
It converts mC to C and compiles the result using GCC.