Skip to content

Commit

Permalink
Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
spacebanana420 committed Dec 9, 2023
1 parent c5e0f3d commit 6d85115
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/browser/choiceparser.scala
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
package yakumo.browser
import yakumo.*

//This code is not implemented yet, but it will make the client able to upload multiple handpicked files

def parseChoices(answer: String, dirqtd: Int): List[Int] = {
def append(s: String, l: List[Int]): List[Int] =
try
Expand Down

0 comments on commit 6d85115

Please sign in to comment.