index
:
ING1-Projects.git
main
Projets ING1 2024-2025
Marcellus
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
21sh
/
autotools
/
src
/
lexer
/
lexer.c
blob: 2e9d2f9f6661636e7cde662d43bd976cda15c1e7 (
plain
)
1
2
3
4
5
6
7
8
#include "lexer.h" #include <stdio.h> void print_lexer() { puts("Vive les lexer"); }