view graal/com.oracle.truffle.sl.test/tests/Builtins.sl @ 15844:d1822a8fe26f

minor cleanups
author Tom Rodriguez <tom.rodriguez@oracle.com>
date Wed, 21 May 2014 22:44:46 -0700
parents b16ec83edc73
children
line wrap: on
line source

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