Skip to content

Instantly share code, notes, and snippets.

View 66RING's full-sized avatar
😈
Chaos !ncoming

66RING

😈
Chaos !ncoming
View GitHub Profile
@66RING
66RING / mma_tile_tex.cpp
Created May 9, 2024 12:10
print mma layout
/* makefile
render: build
./build/main > mma_tile.tex
xelatex --cnf-line=main_memory=12000000 --halt-on-error mma_tile.tex && rm -rf *.aux *.log *.out
build:
cmake -B build
cmake --build build