aboutsummaryrefslogtreecommitdiff
path: root/main.c
blob: 5fa7c8b816566d17a309c32891e76cedbfd7f9be (plain)
1
2
3
4
5
6
7
8
9
10
11
// Some static tests

#include <stdio.h>
#include <string.h>
// #include <bowl.h>

int main(int argn, char **argv)
{

    return 0;
}