Hello,

It seems work fine with C++ backend.I just use the version 2.3

Regards,
Long

[root@shamrock037 test]# cat HelloWorld.x10
public class HelloWorld {
public static def main(args: Array[String](1)) {
x10.io.Console.OUT.println("Hello, World");
}
}
[root@shamrock037 test]# x10c++ -o cheng HelloWorld.x10
[root@shamrock037 test]# ./cheng
Hello, World
[root@shamrock037 test]#

------------------------------------------------------------------------------
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
_______________________________________________
X10-users mailing list
X10-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/x10-users

Reply via email to