Skip to content

Instantly share code, notes, and snippets.

@libraplanet
libraplanet / adam.c
Last active September 28, 2015 01:48
adam
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <time.h>
#define TRUE (1)
#define FALSE (0)
typedef struct
{