I have a program written in NICE language below:
void main (String[] args)
{
// your code goes here
print("Hello World!");
}
I have installed nicec utility to compile it in ubuntu, but unable to compile it.
Can any one can help me to run it from my ubuntu machine.
Thanks in advance.