79642232

Date: 2025-05-28 12:47:29
Score: 1.5
Natty:
Report link

...Nevermind, this fix was embarassingly simple.

%%
identyfikator     {/*some code/*}
/* ... */
%%

Should have been

%%
{identyfikator}     {/*some code/*}
/* ... */
%%

That is, missing curly braces.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Firana M