Skip to content

Alukardz/kotlin-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

kotlin-test

hello-world de kotlin

Pasos para correr app en cli:

1- Instalar Kotlin-Native https://github.com/JetBrains/kotlin/releases

2- Agregar a Path export PATH=/home/vladz/kotlin-native-linux-1.4.10/bin:$PATH

3- Editar documento de texto nano hey.kt

4- Compilar kotlinc-native hey.kt -o hey-app

5- Cambiar permiso para ejecutar chmod +x hey-app.kexe

6- Ejecutar ./hey-app.kexe

Todo Listo!

About

hello-world de kotlin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published