Skip to content

Commit 1fb2c13

Browse files
committed
update
1 parent 4e9c534 commit 1fb2c13

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/src/0.language/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ fun main() {
7070
println("53 - 3 = ${53 - 3}")
7171
println("50 / 10 = ${50 / 10}")
7272
println("9 % 3 = ${9 % 3}")
73-
7473
// Math operators with doubles
7574
println("1.0 / 2.0 = ${1.0 / 2.0}")
7675
println("2.0 * 3.5 = ${2.0 * 3.5}")

0 commit comments

Comments
 (0)