Jut setting all up for the calculator
This commit is contained in:
0
src/evaluator.c
Normal file
0
src/evaluator.c
Normal file
0
src/lexer.c
Normal file
0
src/lexer.c
Normal file
7
src/main.c
Normal file
7
src/main.c
Normal file
@@ -0,0 +1,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
||||
int main(int argc, char *argv[]) {
|
||||
puts("Hello");
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
0
src/parser.c
Normal file
0
src/parser.c
Normal file
Reference in New Issue
Block a user