view graal/com.oracle.truffle.sl.test/tests/Builtins.sl @ 17352:ea7b8c7a6e5c

fixed reliability of DebugTimerTest
author Doug Simon <doug.simon@oracle.com>
date Mon, 06 Oct 2014 17:32:55 +0200
parents b16ec83edc73
children
line wrap: on
line source

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