Closed Sciss closed 8 years ago
also procedure syntax (def main(...) {) is deprecated. simplify by using extends App
def main(...) {
extends App
also procedure syntax (
def main(...) {
) is deprecated. simplify by usingextends App