summaryrefslogtreecommitdiff
path: root/deneme_5.c
diff options
context:
space:
mode:
authorB4rkod <void@Asena.localdomain>2023-11-07 10:48:25 +0300
committerB4rkod <void@Asena.localdomain>2023-11-07 10:48:25 +0300
commit5ad8427e96673042a34ec30eca3eecd3fde95a9d (patch)
treec36e99a9e4f3bfd4a3c4366d2ffd6f3f12d5900b /deneme_5.c
parent1d7b277171576ddaad6fe42bf8d4fc944e65f10b (diff)
test
Diffstat (limited to 'deneme_5.c')
-rw-r--r--deneme_5.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/deneme_5.c b/deneme_5.c
new file mode 100644
index 0000000..0b72062
--- /dev/null
+++ b/deneme_5.c
@@ -0,0 +1,15 @@
+#include <stdio.h>
+
+void main()
+{
+ int a;
+DONGU:
+ if (a>10) goto son;
+ printf("%d",a);
+ a++;
+ goto DONGU;
+son:
+
+
+
+}