summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeppia <nonso@insicuri.net>2016-05-31 01:41:39 +0200
committerSeppia <nonso@insicuri.net>2016-05-31 01:41:39 +0200
commitdbf32be806146c4dbb0c7a9325463d8f93988d41 (patch)
treee4599a112a020323f372d75b14cc033b7c052f23
parentdc695a5cedbfd274f61bcc16e5b0e9123d49133e (diff)
downloadonetimebluh-dbf32be806146c4dbb0c7a9325463d8f93988d41.tar.gz
onetimebluh-dbf32be806146c4dbb0c7a9325463d8f93988d41.tar.bz2
onetimebluh-dbf32be806146c4dbb0c7a9325463d8f93988d41.zip
update code
-rw-r--r--onetimebl.c9
-rw-r--r--onetimebluh.c3
2 files changed, 3 insertions, 9 deletions
diff --git a/onetimebl.c b/onetimebl.c
deleted file mode 100644
index a788c46..0000000
--- a/onetimebl.c
+++ /dev/null
@@ -1,9 +0,0 @@
-#include<stdio.h>
-#include<stdlib.h>
-
-int main(void) {
- printf("Blblblbl \n");
- printf("Uh-Uh-Uh!\n");
- printf("Ronf ROnf ROOOOOOOONF \n";
- return 0;
-}
diff --git a/onetimebluh.c b/onetimebluh.c
index a788c46..b9ee40d 100644
--- a/onetimebluh.c
+++ b/onetimebluh.c
@@ -5,5 +5,8 @@ int main(void) {
printf("Blblblbl \n");
printf("Uh-Uh-Uh!\n");
printf("Ronf ROnf ROOOOOOOONF \n";
+ int a=0;
+ scanf("%d",&a);
+ printf("%d \n",a);
return 0;
}