feat: adding the displaytimestemp

This commit is contained in:
Raphael 2024-10-25 15:26:05 +02:00
parent 26f7e39833
commit 223b7ee66c
3 changed files with 49 additions and 12 deletions

View file

@ -1,8 +1,13 @@
CompileFlags:
Compiler: clang
Compiler: clang++
Add:
- "-xc++"
- "-std=c++98"
- "-Werror"
- "-Wextra"
- "-Wall"
- "-stdlib=libc++"
- "-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/"
- "-I/Users/raphael/Documents/42_cursus/circle4/cpp/cpp00/ex02"