mirror of
https://github.com/nasrlol/torque.git
synced 2025-11-27 23:09:21 +01:00
refactor: scala 3 main function, call of the prime class
This commit is contained in:
parent
6114a98d54
commit
e4e3a567ab
@ -3,8 +3,13 @@ package com.nsrddyn
|
||||
|
||||
object Torque {
|
||||
|
||||
def main(args: Array[String]): Unit = {
|
||||
println("--- TORQUE STRESS TESTING UTILITY ---")
|
||||
}
|
||||
import com.nsrddyn
|
||||
|
||||
@main def HelloWorld(args: String*): Unit =
|
||||
println("--- TORQUE STRESS TESTING UTILITY")
|
||||
val prime = new Prime()
|
||||
|
||||
prime.run(3, 5)
|
||||
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user