Skip to content

Instantly share code, notes, and snippets.

View EnigmaTriton's full-sized avatar
🦈
Tinkering here and there…

Triton EnigmaTriton

🦈
Tinkering here and there…
  • Not too far from the ocean
View GitHub Profile
@EnigmaTriton
EnigmaTriton / nxigma.c
Last active April 5, 2020 15:09
Solveur pour la micro-enigma du premier magazine Next-INpact
#include <stdio.h>
#include <string.h>
#define modulo 26
#define retour 0
#define aller 1
typedef int nxigma_rotor[2][modulo];
typedef int nxigma_reflector[modulo];