1 2 3 4 5 6 7 8 9 10
// my source code // very fancy comment with a super long line that is definitely longer than 80 character to allow us testing the effect of long lines int a; void main(void) { a=5; printf("%d\n",a); return(0); }