Skip to content

Commit 2c7df9a

Browse files
author
alexloser
committed
com
1 parent 97401fa commit 2c7df9a

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

README.md

+15-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,22 @@
1-
# brute-log
1+
```
2+
__ __
3+
| | __ | |
4+
| |____ _______ __ __ _| |_ ____ | | ______ ______
5+
| __ \ | ___/ | | | | /_ _\ / __ \ | | / __ \ / __ \
6+
| |__| || | | |_| | | |_ | ____/ | |____ | |__| | | |__| |
7+
|_______/ |_| \_____/ |___/ \____/ |______/ \______/ \____ |
8+
\_____/ithub.com/alexloser
9+
```
10+
211

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++.
414

5-
Only works on linux system with GCC compiler.
15+
* Only works on linux system with GCC compiler.
616

7-
No functions or global variables. Only macros in one header file.
17+
* No functions or global variables. Only macros in one header file.
818

9-
It's brute and crude, so, really fast...
19+
* It's brute and crude, so, really fast...
1020

1121

1222
### Usage:

0 commit comments

Comments
 (0)