Commit f9a4dad0 authored by ferhat tamer's avatar ferhat tamer 💬
Browse files

golang

parent c823b828
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)
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment