view graal/com.oracle.truffle.sl.test/tests/Builtins.sl @ 20141:6fbf1c53feeb

Merge.
author Doug Simon <doug.simon@oracle.com>
date Thu, 02 Apr 2015 16:08:55 +0200
parents b16ec83edc73
children
line wrap: on
line source

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