Skip to content

Instantly share code, notes, and snippets.

View InnovativeInventor's full-sized avatar

Max Fan InnovativeInventor

View GitHub Profile
@InnovativeInventor
InnovativeInventor / randart.c
Last active December 28, 2017 01:52 — forked from nirenjan/bishop.c
Random art for verifying signatures and files
#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
#define XLIM 17
#define YLIM 9
#define ARSZ (XLIM * YLIM)
#define DEBUG 0