create project structure
This commit is contained in:
8
test/test.c
Normal file
8
test/test.c
Normal file
@@ -0,0 +1,8 @@
|
||||
#include "../include/LLog.h"
|
||||
|
||||
int main(void) {
|
||||
lLog(lINFO, "Hello, INFO!");
|
||||
lLog(lWARNING, "Hello, WARNING!");
|
||||
lLog(lERROR, "Hello, ERROR!");
|
||||
lLog(lDEBUG, "Hello, DEBUG!");
|
||||
}
|
||||
Reference in New Issue
Block a user