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