Compare commits

..

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

2 changed files with 1 additions and 6 deletions

View File

@ -1,2 +1,2 @@
# b3ee423bc36d44e399c12ffcba612c08 # e01a57168684486fb4544614e570119e

View File

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