summaryrefslogtreecommitdiff
path: root/code.txt
diff options
context:
space:
mode:
authortomsmeding <tom.smeding@gmail.com>2016-08-12 22:28:55 +0200
committertomsmeding <tom.smeding@gmail.com>2016-08-12 22:32:01 +0200
commit5c0965f636358aed11499a95cc12387fe5e06047 (patch)
tree31eecbc06241f8a02ff606c7db867603b4b6ad64 /code.txt
parent1d274cdb2fa2cfe33397898358b5e77fe818a2fc (diff)
Improve ast_debug_
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);