Compare commits

..

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

2 changed files with 1 additions and 6 deletions

View File

@ -1,2 +1,2 @@
# 46cb9cb30fd348309af0f6c232b41057 # f1962a5c3d1742f890c6cf3ea36fdd73

View File

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