stanlo

stanlo

User name
stanlo
Assigned title
 
Assigned post color
#88aa77
Avatar
 
Medals
 
Registration date
2010 March 19
Post count
1
Score
0 ₧
Location
 
Signature
 
Timezone
UTC
Groups
 

Recent posts by stanlo

Recent posts by stanlo

2010 Mar 19 at 18:39 PDT
C Puzzle #2! "-1--2--3--4--5--6--7--8-" in if( while ) switch{ coding } ++
code
main(int a){for(;a-9;printf("-%d-",a++));}


?