Demo REPL
                import { trax } from 'https://0x1f528.github.io/Trax/modules/trax.js'
                import { trix } from 'https://0x1f528.github.io/Trix/modules/trix.js'
                console.log = (x) => {
                    const body = document.getElementsByTagName("body")[0];
                    const text = document.createTextNode(x);
                    const br = document.createElement("br");
                    body.appendChild(text);
                    body.appendChild(br);
                }
                
                    // add your code here