try'd to read the instuction on the puma homepage? works on windows 10 and code::blocs...
try'd to read the instuction on the puma homepage?
try the CODE::BLOCKS Compiler from www.codeblocks.org and test the same code in this...
include<stdio.h> include<conio.h> int main() { int n=1; while(n<=10) { printf("%d...