This website works better with JavaScript
Halaman utama
Jelajahi
Bantuan
Masuk
pascal
/
fpc
cermin dari
https://gitlab.com/freepascal.org/fpc/source.git
Liatin
2
Bintangi
0
Fork
0
Berkas
Masalah
0
Wiki
Jelajahi Sumber
* proper naming
- remove readln
florian
8 bulan lalu
induk
f1050aeb73
melakukan
24faf6e0f1
1 mengubah file
dengan
0 tambahan dan
1 penghapusan
Tampilan Split
Tampilkan Statistik Diff
0
1
tests/webtbs/tw41064.pp
+ 0
- 1
tests/webtbs/twb41064.pp → tests/webtbs/tw41064.pp
Tampilan Berkas
@@ -4,6 +4,5 @@ program project1;
begin
writeln(Hello);
- readln;
end.