Skip to content

Instantly share code, notes, and snippets.

@CB30
CB30 / AdditionUnderXOR.java
Last active October 5, 2021 13:11 — forked from mjtb49/AdditionUnderXOR.java
This is with a set seed. Replace with your seed on line 99. Enjoy!
import java.util.*;
public class AdditionUnderXOR {
static final int SS = 1;
enum Ore {
COAL(60007),