From b0f6738e6fd436dfa904b81e04ed37d420d3ce9f Mon Sep 17 00:00:00 2001 From: Alex Hirsch Date: Sat, 9 Mar 2019 22:54:06 +0100 Subject: [PATCH] Fix typo + rewording --- example_input.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.