This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//> using scala 3.6.3 | |
//> using dep org.scodec::scodec-bits:1.2.1 | |
//> using dep org.scodec::scodec-core:2.3.2 | |
import scodec.bits.* | |
import scodec.codecs.* | |
val iterations = 10000 | |
val str = "Hello World!" |