Initial commit
This commit is contained in:
6
src/lib.rs
Normal file
6
src/lib.rs
Normal file
@ -0,0 +1,6 @@
|
||||
pub mod lexer;
|
||||
pub mod errors;
|
||||
|
||||
pub fn test() {
|
||||
println!("{}", "hi there");
|
||||
}
|
Reference in New Issue
Block a user