プログラミング言語 X10を入れてみた
2011-03-17


MACにx10を入れてみた

URL : [URL]

Dual coreじゃ 面白くない

-----おきまりの サンプルプログラム
/*
* This file is part of the X10 project ([URL]
*
* This file is licensed to You under the Eclipse Public License (EPL);
* You may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* [URL]
*
* (C) Copyright IBM Corporation 2006-2010.
*/

import x10.io.Console;

/**
* The classic hello world program, shows how to output to the console.
* Converted to 2.1 9/1/2010
*/
class HelloWorld {
public static def main(Array[String]) {
Console.OUT.println("Hello World!" );
}
}
[ComputerScience]
[MAC]

コメント(全0件)
コメントをする


記事を書く
powered by ASAHIネット