Skip to content

CodingCoffee-01/python_java_kotlin_javascript_helloworld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

//   CodingCoffee   Hello World Tutorial 

//   Java   
//   Compile  Main.java 
javac  Main.java

//    Run  Main 
java  Main

// Python   
python hello.py 


//  Kotlin 
//  install Kotlin 
curl -s https://get.sdkman.io | bash
sdk install kotlin

// Compile hello.kt 
kotlinc hello.kt -include-runtime -d hello.jar
// Run hello.jar 
java -jar hello.jar

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors