diff --git a/example_input.md b/example_input.md index 746bbc4..f4ab750 100644 --- a/example_input.md +++ b/example_input.md @@ -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.