mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-08 05:53:22 +00:00
10 lines
190 B
C
10 lines
190 B
C
#include <stdio.h>
|
||
double привет=0.1;
|
||
int Lefèvre=2;
|
||
int main(){
|
||
printf("привет=%g\n",привет);
|
||
printf("Lefèvre=%d\n",Lefèvre);
|
||
return 0;
|
||
}
|
||
// pcc & tcc only
|