This commit is contained in:
Masato Imai
2022-08-24 11:53:39 +09:00
parent 3a885eee86
commit c4c475714a
4 changed files with 4 additions and 3 deletions

View File

@ -42,7 +42,7 @@ fn main() {
}
let r = encrypt_add(b);
println("復号します...");
let result = decrypt(r);
println("賛成者の合計は" + result + "です。");