mirror of
https://github.com/Shabinder/SpotiFlyer.git
synced 2025-01-11 04:07:55 +01:00
10 lines
234 B
Kotlin
10 lines
234 B
Kotlin
import analytics_html_img.updateAnalyticsImage
|
|
import utils.debug
|
|
|
|
fun main(args: Array<String>) {
|
|
debug("fun main: args -> ${args.joinToString(";")}")
|
|
|
|
// TASK -> Update Analytics Image in Readme
|
|
updateAnalyticsImage()
|
|
}
|