nitc: move up the default values of a project from the android platform
[nit.git] / contrib / nitcc / tests / minilang.input1
1 a = 5;
2 print(a+2);