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
f9a4dad0
Commit
f9a4dad0
authored
Feb 19, 2022
by
ferhat tamer
💬
Browse files
golang
parent
c823b828
Changes
1
Hide whitespace changes
Inline
Side-by-side
girdi alıp döngü kurma
0 → 100644
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