Update skeleton

This commit is contained in:
Chunmyong Park
2020-07-02 14:28:58 +00:00
parent 5395c1e9ba
commit e4eec1e81d
33 changed files with 34 additions and 32 deletions

View File

@@ -1,4 +1,4 @@
int nonce = 0; // For random input
int nonce = 1; // For random input
int g = 10;
int foo(int, int k);