Compare commits

..

No commits in common. "v1" and "main" have entirely different histories.
v1 ... main

View File

@ -1,5 +0,0 @@
#[tokio::main]
async fn main(a: i32, b: i32) -> i32 {
a + b
}