view graal/com.oracle.truffle.sl.test/tests/HelloWorld.sl @ 21668:ffe693cc427f

(re)add support for executing Truffle in non-JVMCI runtimes
author Doug Simon <doug.simon@oracle.com>
date Tue, 02 Jun 2015 18:29:35 +0200
parents ff3136ecb5a7
children
line wrap: on
line source

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