2223242526272829303132
public Builtin() { libraries = Arrays.asList(new Library[] { new Base(), new Gates(), new Wiring(), new Plexers(), new Arithmetic(), new Memory(), new Io(), });
2324252627282930313233