-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhelloworld.kt
28 lines (27 loc) · 884 Bytes
/
helloworld.kt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
fun main() {
println("hello world")
println("dashboard")
println("welcome to android developer full course through jetpack compose")
println("I want to very excited to learn android programming kotlin")
println("our next topic is variable and we wil start soon")
println("dashboard")
println("menu")
println("additional information")
println("settings")
println("report")
println("crypto wallet")
println("buy/sell ico")
println("enter your unique id")
println("enter your private key")
println("enter your private key")
println("play in metaverse")
println("exchange")
println("enter amount you want to send")
println("live course")
println("home")
println("login")
println("enter forget password")
println("enter cart")
println("enter your phone number")
println("enter subject")
}