hello.c 68 B

1234567
  1. int main(void)
  2. {
  3. int x = 1;
  4. double y = 2.;
  5. return 0;
  6. }