feskol

C code posted by ciuvv
created at 01 Nov 21:26

Edit | Back
1
2
3
4
5
6
7
8
9
#include <stdio.h>

enum rakamlar {f0,f1,f2=-1} rakam;

int main()
{
  printf("%d %d %d\n",f0,f1,f2);
  return 0;
}
123 Bytes in 2 ms with coderay