பப்பு 🦜 தி டெக்கி 👩‍💻
147 subscribers
455 photos
34 videos
164 files
2.07K links
Download Telegram
import com.github.kittinunf.fuel.httpGet
import com.github.kittinunf.result.Result
import com.github.kittinunf.fuel.Fuel
import com.github.kittinunf.fuel.core.*


fun main(args: Array<String>) {
println("Hello Kotlin!")
val (request, response, result) = "http://example.com".httpGet().responseString() // result is Result<String, FuelError>
print(response)
print(2)


}
The secret of happiness is simple: find out what you truly love to do and then direct all of your energy towards doing it. Once you do this, abundance flows into your life and all your desires are filled with ease and grace.