Skip to content

SonnevilleJ/HelloKotlin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello Kotlin

A simple "Hello, World!" app, written in JetBrains' Kotlin language

Building

This project is configured for use with Gradle. To compile a JAR file and execute the app, run the following command, appending one or more names as parameters:

./gradlew clean jar test && java -jar build/libs/hello-world-1.0-SNAPSHOT.jar {YOUR_NAME_HERE}

About

A simple hello world in Kotlin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages