Skip to content
Snippets Groups Projects
main.c 108 B
Newer Older
chafiol's avatar
chafiol committed
#include "algos.h"
#include <stdio.h>
#include <string.h>

chafiol's avatar
chafiol committed

chafiol's avatar
chafiol committed
int main(int argc, char **argv){
    return 0;
}