Hello Guys,
what’s shortest code in Groovy for read of one line from standard input?
Mine is:
line = new Scanner(System.in).nextLine()
Hello Guys,
what’s shortest code in Groovy for read of one line from standard input?
Mine is:
line = new Scanner(System.in).nextLine()