blob: 35ecf31ce64846aea596434e4198a52bb108e969 [file] [log] [blame]
class Benchmark {
runIteration() {
print("Hello world!");
}
}