view graal/com.oracle.truffle.sl.test/tests/HelloWorld.sl @ 21387:3bf051bb2691

Remove final and abstract class restrictions
author Christian Wimmer <christian.wimmer@oracle.com>
date Thu, 14 May 2015 16:11:58 -0700
parents ff3136ecb5a7
children
line wrap: on
line source

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