CoolFace
Datasetpublic

FPEvalDataset/LeetCodeProblem

sourceHugging Faceupdated 8mo agoView on Hugging Face
0likes305downloads
MySuite.scala13 linesDownload Raw Back to scala_tests
1 2class MySuite extends munit.FunSuite {3  4  test("test1") {5    assertEquals(Main.decodeMessage("vkbs bs t suepuv"), "thisisasecret")6  }7 8  test("test2") {9    assertEquals(Main.decodeMessage("eljuxhpwnyrdgtqkviszcfmabo","zwx hnfx lqantp mnoeius ycgk vcnjrdb"), "thefiveboxingwizardsjumpquickly")10  }11 12}13