Skip to content

Commit 5ae5e39

Browse files
committed
Translate the 'Your code here' strings into Turkish as well
1 parent 1705778 commit 5ae5e39

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

02_program_structure.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ console.log(abc.length);
670670
Çoğu egzersiz, egzersizi çözmek için değiştirebileceğiniz bir kod parçası içerir. Kod bloklarını düzenlemek için üzerlerine tıklayabileceğinizi unutmayın.
671671

672672
```
673-
// Your code here.
673+
// Kodunuz buraya.
674674
```
675675
if}}
676676

@@ -697,7 +697,7 @@ When you have that working, modify your program to print `"FizzBuzz"` for number
697697

698698
{{if interactive
699699
```
700-
// Your code here.
700+
// Kodunuz buraya.
701701
```
702702
if}}
703703

@@ -738,7 +738,7 @@ Bu deseni üreten bir programa sahip olduğunuzda, bir bağlantı `size = 8` tan
738738

739739
{{if interactive
740740
```
741-
// Your code here.
741+
// Kodunuz buraya.
742742
```
743743
if}}
744744

0 commit comments

Comments
 (0)