16 lines
241 B
C
16 lines
241 B
C
|
#include <stdio.h>
|
||
|
#include <stdlib.h>
|
||
|
|
||
|
#include "main/include/colors.h"
|
||
|
#include "main/include/config.h"
|
||
|
#include "main/include/db.h"
|
||
|
|
||
|
#include "log/log.h"
|
||
|
|
||
|
|
||
|
|
||
|
int main() {
|
||
|
log_info("TaKl " VERSION " -- Daemon started");
|
||
|
|
||
|
return 0;
|
||
|
}
|