mirror of
https://github.com/kmc7468/cs420.git
synced 2025-12-15 23:18:48 +00:00
Update grader
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
int nonce; // For random input
|
||||
|
||||
int main()
|
||||
{
|
||||
int x = 1;
|
||||
return 1;
|
||||
int x = nonce;
|
||||
return x;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user