Skip to content

El-Wumbus/lip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LIterate Programming (LIP)

This document is both a valid Markdown document and a valid Odin program.

package README

import "core:fmt"

main :: proc() {
    fmt.println("LIterate Programming! 🥳🎉")
}

To generate the Odin code, run:

./lip -input README.md -output README.odin \
    -begin '```odin' \
    -end '```' \
    -comment '//'
odin run ./README.odin -file

Build

odin build .

About

LIterate Programming (LIP)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published