#development
Read more stories on Hashnode
Articles with this tag
Me in computer lab Me: "Hey bro, could you explain why i=5 after the fourth iteration?" Friend: "Sure, the reason is that ..." Me in mind: "How is he...
Go to company's website and check the ongoing projects of the company Start making similar projects When giving interview, first tell about yourself,...
Saving a file filename.kt Printing Hello World fun main() { println("Hello World") } Variables fun main(){ val firstName: String =...