Introduction
Statistics
Contact
Development
Disclaimer
Help
ftp.icm.edu.pl home page
/*
* sample source code
*/
main() /* main program */
{
int a,b,c;
/* do some arithmetic */
a = b + c; /* this should be
initialized, but it's just an example */
}