Skip to content

Instantly share code, notes, and snippets.

View xyproto's full-sized avatar
🥸
Perpetually focused

Alexander F. Rødseth xyproto

🥸
Perpetually focused
View GitHub Profile
#include <stdio.h>
#include <stdlib.h>
const int seed[2][2] = {{0, 2}, {3, 1}};
int main(int argc, char *argv[])
{
unsigned x, y, m = 3;
if (argc == 2)
m = atoi(argv[1]);