This repository has been archived on 2026-07-08. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
markitect-tool/examples/literate/app.md

248 B

Literate App Example

This example explains the helper before showing the application entry point.

def helper():
    return "ready"
<<helpers>>

def main():
    return helper()