Skip to content

Commit 15a85ef

Browse files
committed
Clean code made for DataTypes.kt
1 parent 3563d0a commit 15a85ef

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/DataTypes.kt

-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ fun main() {
3030
3131
*/
3232

33-
3433
/**
3534
There are 6 built-in types representing numbers.
3635
- Byte
@@ -41,7 +40,6 @@ fun main() {
4140
- Double
4241
*/
4342

44-
4543
// 1) Byte -> The Byte data type can have values from -128 to 127 (8-bit signed two's complement integer).
4644

4745
val range: Byte = 111

0 commit comments

Comments
 (0)