在ubuntu中使用NICE编程语言运行示例程序“hello world”?

时间:2016-07-20 10:32:59

标签: nice-language

我有一个用NICE语言编写的程序:

void main (String[] args)
{
// your code goes here
print("Hello World!");
}

我已经安装了 nicec 实用程序来在ubuntu中编译它,但无法编译它。

任何人都可以帮我从我的ubuntu机器上运行它。

提前致谢。

0 个答案:

没有答案