Ein Kotlin-Kurs, der innerhalb der Programmierrunde durchgeführt wird.
This repository has been archived on 2024-05-04. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
p1ng0ut 004f75752c Add README and slides 2023-01-22 15:56:50 +01:00
.idea Initial commit 2023-01-22 15:27:44 +01:00
gradle/wrapper Initial commit 2023-01-22 15:27:44 +01:00
src/nativeMain/kotlin Initial commit 2023-01-22 15:27:44 +01:00
.gitignore Initial commit 2023-01-22 15:27:44 +01:00
README.md Add README and slides 2023-01-22 15:56:50 +01:00
build.gradle.kts Initial commit 2023-01-22 15:27:44 +01:00
gradle.properties Initial commit 2023-01-22 15:27:44 +01:00
gradlew Initial commit 2023-01-22 15:27:44 +01:00
gradlew.bat Initial commit 2023-01-22 15:27:44 +01:00
reveal.json Add README and slides 2023-01-22 15:56:50 +01:00
settings.gradle.kts Initial commit 2023-01-22 15:27:44 +01:00
slides.md Add README and slides 2023-01-22 15:56:50 +01:00

README.md

Kotlin Course

This repository contains some examples and slides built with reveal-md.js. To view the slides, the following command must be executed with the node package manager (npm) 1:

npm install -g reveal-md

execute the following command:

reveal-md slides.md --theme league

  1. a tutorial for the installation can be found at the link above ↩︎