Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ferhat tamer
tombala
Commits
8294fad1
Commit
8294fad1
authored
Feb 19, 2022
by
ferhat tamer
💬
Browse files
Delete girdi alıp döngü kurma
parent
f9a4dad0
Changes
1
Show whitespace changes
Inline
Side-by-side
girdi alıp döngü kurma
deleted
100644 → 0
View file @
f9a4dad0
package
main
import
(
"fmt"
)
func
main
()
{
var
x
=
0
fmt
.
Scanf
(
"%d"
,&
x
)
for
x
>
0
{
fmt
.
Println
(
"Ferhat"
);
x
--
}
fmt
.
Println
(
"x'in degeri"
,
x
)
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment