Introduction
Statistics
Contact
Development
Disclaimer
Help
ftp.icm.edu.pl home page
/*
* Here you have a new C file!
*/
#include <stdio.h>
#include "common.h"
main()
{
printf("Hello world %d!\n", VALUE);
}