// see more on https://tinytapeout.com/digital_design/wokwi_lut_generator/
// and also on https://github.com/maehw/tt02-bcd-7segment-encoder
// and also on https://github.com/maehw/wokwi-lookup-table-generator
void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
}