fix: printf exercises
* Improvements to exercise solutions * Fix grammar in exercise
This commit is contained in:
committed by
Inanc Gumus
parent
d4a81f94e9
commit
9806e01284
@ -10,5 +10,5 @@ package main
|
||||
import "fmt"
|
||||
|
||||
func main() {
|
||||
fmt.Printf("My age is %d years old.\n", 30)
|
||||
fmt.Printf("I'm %d years old.\n", 30)
|
||||
}
|
||||
|
Reference in New Issue
Block a user