view graal/com.oracle.truffle.sl.test/tests/Builtins.sl @ 19513:cb59c8b7da46

Merge.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Thu, 19 Feb 2015 23:40:21 +0100
parents b16ec83edc73
children
line wrap: on
line source

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