Skip to content

Commit dd88f8f

Browse files
committed
Fix readme instructions
1 parent 4bf7a29 commit dd88f8f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,21 +29,21 @@ For command line usage info:
2929
::
3030

3131
shivyc
32-
32+
3333
To create, compile, and run an example program:
3434
::
3535

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

4141
To run the tests:
4242
::
4343
git clone https://github.com/ShivamSarodia/ShivyC.git
4444
cd ShivyC
4545
python3 -m unittest discover
46-
46+
4747

4848

4949
Implementation Overview

0 commit comments

Comments
 (0)