< Back

Hello World

Arguably, it might be a bit of overengineering for a simple blog to use Haskell.But at least I can get some programmer cred :)

Some details:

Some examples

    
    () => { console.log(10);}
    

    

graph TD; A[Square Rect] -- Link text --> B((Circle)) A --> C(Round Rect) B --> D{Rhombus} C --> D