mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-08 22:28:02 +00:00
319 B
319 B
A Simple Markdown Example
This file contains form.roc
embedded as a block in Markdown. It lets us test that roc check
works with Markdown.
module [foo]
foo = "Foo"
Excitingly, we can have another block of Roc code as well! (In this case it is the same one...)
module [bar]
bar = "Bar"