aboutsummaryrefslogtreecommitdiff
path: root/poc-template.c
blob: 713fc95d6539d893e2deb9a6716575db257f7a19 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * vim:ts=4:sw=4:expandtab
 */
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <stdbool.h>
#include <stdint.h>

int main(int argc, char **argv) {
    return EXIT_SUCCESS;
}