cahgen
This commit is contained in:
parent
aff7358d87
commit
1ea47a9f7c
1 changed files with 1 additions and 0 deletions
|
|
@ -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()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue