changeset 7567:802d670e44d8

<oerjan> ` sed -i \'115cint main(int argc, char *argv[]) {\' moonlang.c
author HackBot
date Wed, 27 Apr 2016 23:23:25 +0000
parents 42c2fcce9301
children 841495157e58
files moonlang.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/moonlang.c	Wed Apr 27 23:20:04 2016 +0000
+++ b/moonlang.c	Wed Apr 27 23:23:25 2016 +0000
@@ -112,7 +112,7 @@
 }
 
 
-int main() {
+int main(int argc, char *argv[]) {
     FILE *fp;
     char input[100];
     printf("The program requires a file in this location: C:/, The file should be named CIOL.txt and should contain the code of your CIOL program, does this file exist? hit enter to continue");