Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
de26681d02 |
@@ -0,0 +1,5 @@
|
|||||||
|
use nix::
|
||||||
|
|
||||||
|
fn threads(){
|
||||||
|
println!({},"aa");
|
||||||
|
}
|
@@ -1,4 +1,5 @@
|
|||||||
use tricc::args;
|
use tricc::args;
|
||||||
|
use tricc::lexer;
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
let file: String = args::handle();
|
let file: String = args::handle();
|
||||||
|
Reference in New Issue
Block a user