view graal/com.oracle.truffle.sl.test/tests/Builtins.sl @ 17141:2d01369ee234

Add unit test
author Christian Wimmer <christian.wimmer@oracle.com>
date Wed, 17 Sep 2014 09:06:40 -0700
parents b16ec83edc73
children
line wrap: on
line source

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