We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 753c5b6 commit 394d115Copy full SHA for 394d115
Chapter01/gradle_project/src/main/kotlin/com/programming/kotlin/chapter01/Program.kt
@@ -4,8 +4,8 @@ fun main(args: Array<String>) {
4
println("Hellow World!")
5
6
val student= Student("Alexandra Miller")
7
- println("Sudent name:${student.name}")
+ println("Student name:${student.name}")
8
9
val carManufacturer=CarManufacturer("Mercedes")
10
println("Car manufacturer:${carManufacturer.name}")
11
-}
+}
0 commit comments