This website requires JavaScript.
Explore
Help
Sign In
immibis
/
colobot
Watch
1
Star
0
Fork
You've already forked colobot
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
209c6412ae
colobot
/
test
/
cbot
/
scenarios
/
bugmw.txt
10 lines
111 B
Plaintext
Raw
Blame
History
extern public void main()
{
show(fact(30)) ;
}
public int fact(int n)
{
return (fact(n-1)*n) ;
}
Reference in New Issue
View Git Blame
Copy Permalink