Adding the start of ex02
This commit is contained in:
parent
8a95c7d3cb
commit
26f7e39833
6 changed files with 358 additions and 0 deletions
8
cpp00/ex02/.clangd
Normal file
8
cpp00/ex02/.clangd
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
CompileFlags:
|
||||
Compiler: clang
|
||||
Add:
|
||||
- "-xc++"
|
||||
- "-I/usr/local/include"
|
||||
- "-I/nix/store/pzmpyb9hxfv60vh0l67avr94h71nip1b-llvm-16.0.6-dev/include"
|
||||
- "-I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include"
|
||||
- "-I/Users/raphael/Documents/piscine/cpp/cpp00/ex01/includes/"
|
||||
Loading…
Add table
Add a link
Reference in a new issue