Visualize AoC problems in Pharo/Roassal (not solutions nor solving processes)
# AoC(Data)Visualizer Just only for https://github.com/shnarazk/advent-of-code , which generates JSON files. And this application reads via STON then visualizes them with Roassal. You can check generated figures [here](https://github.com/shnarazk/advent-of-code/discussions/categories/show-and-tell). ```smalltalk Metacello new baseline: 'AoCVisualizer'; repository: 'github://shnarazk/AoCVisualizer:main'; load ```