This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
pascal
/
fpc
mirror da
https://gitlab.com/freepascal.org/fpc/source.git
Segui
2
Vota
0
Forka
0
File
Problemi
0
Wiki
Sfoglia il codice sorgente
* proper naming
- remove readln
florian
8 mesi fa
parent
f1050aeb73
commit
24faf6e0f1
1 ha cambiato i file
con
0 aggiunte
e
1 eliminazioni
Visualizzazione separata
Mostra Diff Stats
0
1
tests/webtbs/tw41064.pp
+ 0
- 1
tests/webtbs/twb41064.pp → tests/webtbs/tw41064.pp
Vedi File
@@ -4,6 +4,5 @@ program project1;
begin
writeln(Hello);
- readln;
end.