summaryrefslogtreecommitdiff
path: root/code.txt
diff options
context:
space:
mode:
Diffstat (limited to 'code.txt')
-rw-r--r--code.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/code.txt b/code.txt
index 4a9abcf..0c0ed92 100644
--- a/code.txt
+++ b/code.txt
@@ -1,4 +1,4 @@
-def main(){
+def main(argc,argv){
a = 1;
b = !2;
c = 1 + (- a - 3 + b > -1);