Skip to content

Commit

Permalink
Fix readme instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ShivamSarodia committed Sep 12, 2017
1 parent 4bf7a29 commit dd88f8f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,21 +29,21 @@ For command line usage info:
::

shivyc

To create, compile, and run an example program:
::

printf "%s\n" '#include <stdio.h>' >> test.c
printf "%s\n" '#include <stdio.h>' > test.c
printf "%s\n" 'int main() { printf("hello, world!\n"); }' >> test.c
shivyc test.c
./out
./out

To run the tests:
::
git clone https://github.com/ShivamSarodia/ShivyC.git
cd ShivyC
python3 -m unittest discover



Implementation Overview
Expand Down

0 comments on commit dd88f8f

Please sign in to comment.