This program is Kotlin only, so handing it in will be a little different. (When we do Android assignments, the technique will be slightly different.) In your CS345-01-25W folder, create a folder called "PG1". Exactly three characters. Uppercase P Uppercase G 1. Inside PG1, drag all of the Kotlin files you are using. (Perhaps you only made one kotlin file; you don't need more than one.) Don't drag in anything else. No .jar files, no IDE crap. Nothing but the .kt files. Then also inside PG1, you should create and empty file or folder called "DONE". Capital D-O-N-E . Four characters long. Not DONE.txt or anything like that. DONE Z:\CS345-01-25W\PG1\FirstProgram.kt (or whatever you want to call it) Z:\CS345-01-25W\PG1\DONE Do not your program inside the DONE!!!! Put your program ALONGSIDE the DONE. The first thing the autograder will do is delete the DONE. Then it will compile your Kotlin program and run it on a selection of inputs. It will then display for me your code and the output it gave when your code was run. I will then add my comments, your grade, and a new due date, if appropriate. This file will be called PG1-1.out , and it will be in your submission folder. (The DONE goes away; the .out file appears.) Should you need to make corrections, put in the new code, and make a new DONE file. You can keep the old .out file or you can delete it, it doesn't matter. Either way, the new .out file will be called PG1-2.out . You should get shortly afterward an e-mail with your grade in it.