colorful rat Ratfactor.com > Dave's Repos

rubylit

A literate programming system in 35 lines of Ruby
git clone http://ratfactor.com/repos/rubylit/rubylit.git

rubylit/hello.md

Download raw file: hello.md

1 # Hello.lit, or "hello world" from Literate Programming! 2 3 Here is a "hello world" program. This part is documentation and 4 is written in _Markdown_. 5 6 Here's the code: 7 8 puts "Hello world" 9 10 And that's it. Enjoy!