view graal/com.oracle.truffle.sl.test/tests/Builtins.sl @ 17124:7b3ece800806

Using getKind().format is unnecessary
author Christian Wimmer <christian.wimmer@oracle.com>
date Tue, 16 Sep 2014 18:36:19 -0700
parents b16ec83edc73
children
line wrap: on
line source

function main() {  
  println("Hello World!");  
  nanoTime();  
}