test/
test.rs

1extern crate dynamo;
2
3fn main() {
4    dynamo::run("assets/syntax.txt", "source/test.rs");
5}