feat(ex05): it works
This commit is contained in:
parent
006ac94c7f
commit
fd476b2c63
5 changed files with 133 additions and 0 deletions
12
ex05/main.cpp
Normal file
12
ex05/main.cpp
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#include "Harl.hpp"
|
||||
|
||||
int main(void) {
|
||||
Harl harl;
|
||||
|
||||
harl.complain("Debug");
|
||||
harl.complain("debug");
|
||||
harl.complain("info");
|
||||
harl.complain("warning");
|
||||
harl.complain("error");
|
||||
return 0;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue