view graal/com.oracle.truffle.sl.test/tests/HelloWorld.sl @ 14030:f6c04e69cf75

SharedRuntime: add gen_i2c_adapter, implement it with pre-existing methods in each architecture.
author Gilles Duboscq <duboscq@ssw.jku.at>
date Thu, 27 Feb 2014 16:05:29 +0100
parents ff3136ecb5a7
children
line wrap: on
line source

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