Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
6429 siemargl 1
#include 
2
double привет=0.1;
3
int Lefèvre=2;
4
int main(){
5
    printf("привет=%f\n",привет);
6
    printf("Lefèvre=%d\n",Lefèvre);
7
    return 0;
8
}
9
// pcc & tcc only