Ver código fonte

Add newline before %%

pull/1/head
mtardy 4 anos atrás
pai
commit
2bd3a8b892
1 arquivos alterados com 1 adições e 0 exclusões
  1. +1
    -0
      calc.leg

+ 1
- 0
calc.leg Ver arquivo

@ -36,6 +36,7 @@ MINUS = '-' -
MULTI = '*' -
DIVIDE = '/' -
MODULO = '%' -
%%
int main(int argc, char **argv)

Carregando…
Cancelar
Salvar