view graal/com.oracle.truffle.sl.test/tests/HelloWorld.sl @ 14781:d2038d372cd2

changed distribution dependency exclusion mechanism to be only for library dependencies
author Doug Simon <doug.simon@oracle.com>
date Thu, 27 Mar 2014 12:45:11 +0100
parents ff3136ecb5a7
children
line wrap: on
line source

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