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