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