Well, this is my solution in C------->
[CODE=C]main(){for(int a=0,b=1,c;a<418 2;c=a,a=b,b=b+c )printf("%d",a) ;}[/code]
COUNT=62 characters (including all characters in above code which are necessary to compile and run the program).
Of course, we will need to include header file stdio.h for this code to compile, but I think we are not counting that.
So this my solution with 62 characters in C.
What are your views about it?
==============
=AmbrNewlearner =
==============
[CODE=C]main(){for(int a=0,b=1,c;a<418 2;c=a,a=b,b=b+c )printf("%d",a) ;}[/code]
COUNT=62 characters (including all characters in above code which are necessary to compile and run the program).
Of course, we will need to include header file stdio.h for this code to compile, but I think we are not counting that.
So this my solution with 62 characters in C.
What are your views about it?
==============
=AmbrNewlearner =
==============
Comment