Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 214 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 214 Bytes

Kalkulator-Ngaco

Initialize

Open Terminal on folder

Windows user

User> gcc main.c parse.c token.c stacktkn.c -o main
User> main

Linux

$ gcc main.c parse.c token.c stacktkn.c -o main
$ ./main