Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 198 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 198 Bytes

Scanner-with-C

--------Scanner--------

gcc -c src\System.c -I inc\

gcc -c src\Scanner.c -I inc\

gcc -c src\main.c -I inc\

gcc -o Scanner System.o Scanner.o main.o

.\Scanner

Run Scanner.exe