12 lines
183 B
C
12 lines
183 B
C
#define DEBUG
|
|
#include "../include/template.h"
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
|
|
int main(int argc, char *argv[]){
|
|
(void) argc;
|
|
(void) argv;
|
|
|
|
return EXIT_SUCCESS;
|
|
}
|