Results 1 to 1 of 1
Trying to write
int main(){ return +1; }
with code-tag I get
int main()[ return +1; ]...
- 04-14-2006 #1
Forum replaces {} with [] inside the [code] tag
Trying to write
int main(){ return +1; }
with code-tag I get
int main()[ return +1; ]


Reply With Quote
