This commit is contained in:
KoenDR06 2025-06-09 20:30:25 +02:00
parent aff7358d87
commit 1ea47a9f7c

View file

@ -44,6 +44,7 @@ fun main() {
val fileName = "offers.md" val fileName = "offers.md"
val out = File(fileName) val out = File(fileName)
if (!out.exists()) out.createNewFile()
val str = StringBuilder() val str = StringBuilder()