1
Tutorials / Re: Learning Brainfuck for Pleasure and Profit
« on: June 01, 2014, 07:00:29 am »
thank you for tut
and here's the answer
and here's the answer
Code: [Select]
[*6]
[6] [*10]
[*5][10]
[5] [*20]
[*4] [20]
[4] [*30]
[*3] [30]
[3] [*40]
[*2] [40]
[2] [*50]
[*1] [50]
[1] [*60]
[*0] [60]
[0] [*65]
and . will print
value of * that is 65 in ASCI= A