Test commit
This commit is contained in:
parent
2852ee9c1f
commit
71f8fbd748
1 changed files with 2 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
|||
fn main() {
|
||||
println!("Hello, world!");
|
||||
let source = std::fs::read_to_string("src/test.lisp").unwrap();
|
||||
println!("{}", source);
|
||||
}
|
||||
|
|
Reference in a new issue