Skip to content

Instantly share code, notes, and snippets.

View henriquefps's full-sized avatar

Henrique Farias henriquefps

View GitHub Profile
@henriquefps
henriquefps / KS_Graph_FY.c
Last active December 12, 2019 00:54
FY gc on KS reduction machine
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <string.h>
#define N 110000000
#define true 1
#define false 0
#define incomplete_arguments 1
#define unknown_argument 2