C compiler with embedded metalanguage.
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 

5 rindas
173 B

func (x, y) {
int x, y; // ‘x’ redeclared as different kind of symbol / ‘y’ redeclared as different kind of symbol
return x+y;
}