auts/isotest/const.v
2020-08-22 14:43:20 +03:00

6 lines
52 B
V

module main
const (
c_cell_w = 32
c_cell_h = 16
)