Pendulum by meh

#include<stdio.h>\x0d
int main(){int x=50,n=-1;while(x>0&&x<100)printf("%d\n",x+=++n*(n%2?1:-1));}\x0d

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page