mirror of
https://github.com/kmc7468/cs420.git
synced 2025-12-15 23:18:48 +00:00
Update skeleton
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
int nonce = 0; // For random input
|
||||
int nonce = 1; // For random input
|
||||
|
||||
int fibonacci(int n) {
|
||||
if (n < 2) {
|
||||
|
||||
Reference in New Issue
Block a user