swelearn 0.1.0

Offline terminal-based SWE interview prep tool
1
2
3
4
5
6
// This build script is a placeholder for future Mermaid diagram pre-rendering.
// In a later phase, this script will invoke a Node.js process to convert
// Mermaid syntax stored in content files into ASCII art, which is then
// embedded into the binary as static strings via `include_str!`.

fn main() {}