This commit is contained in:
Mylloon 2023-09-19 11:55:18 +02:00
parent db4f9fbe98
commit af73d599ef
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -13,7 +13,7 @@ Copy and paste [`c/`](./c/) directory, and you should be good to go!
- **Run `make dev` to compile the program in debug mode.**
- **Run `make clean` to clean artifacts.**
> Note that in headers, the syntax is `PROJETNAME_FILENAME_H`
> Note that in headers, the syntax is `PROJECTNAME_FILENAME_H`
## C++
@ -24,7 +24,7 @@ Copy and paste [`cpp/`](./cpp/) directory, and you should be good to go!
- **Run `make dev` to compile the program in debug mode.**
- **Run `make clean` to clean artifacts.**
> Note that in headers, the syntax is `PROJETNAME_FILENAME_HPP`
> Note that in headers, the syntax is `PROJECTNAME_FILENAME_HPP`
## Typescript