This commit is contained in:
2023-04-08 14:27:26 +05:30
parent 57ce926af6
commit de26681d02
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
use nix::
fn threads(){
println!({},"aa");
}

View File

@@ -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();