File tree 1 file changed +15
-5
lines changed
1 file changed +15
-5
lines changed Original file line number Diff line number Diff line change 1
- # brute-log
1
+ ```
2
+ __ __
3
+ | | __ | |
4
+ | |____ _______ __ __ _| |_ ____ | | ______ ______
5
+ | __ \ | ___/ | | | | /_ _\ / __ \ | | / __ \ / __ \
6
+ | |__| || | | |_| | | |_ | ____/ | |____ | |__| | | |__| |
7
+ |_______/ |_| \_____/ |___/ \____/ |______/ \______/ \____ |
8
+ \_____/ithub.com/alexloser
9
+ ```
10
+
2
11
3
- A tiny tool for printing, debugging and logging in C/C++.
12
+ ### brute-log:
13
+ * A tiny tool for printing, debugging and logging in C/C++.
4
14
5
- Only works on linux system with GCC compiler.
15
+ * Only works on linux system with GCC compiler.
6
16
7
- No functions or global variables. Only macros in one header file.
17
+ * No functions or global variables. Only macros in one header file.
8
18
9
- It's brute and crude, so, really fast...
19
+ * It's brute and crude, so, really fast...
10
20
11
21
12
22
### Usage:
You can’t perform that action at this time.
0 commit comments