This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
pascal
/
fpc
mirror of
https://gitlab.com/freepascal.org/fpc/source.git
Xem
2
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Browse Source
* proper naming
- remove readln
florian
8 tháng trước cách đây
mục cha
f1050aeb73
commit
24faf6e0f1
1 tập tin đã thay đổi
với
0 bổ sung
và
1 xóa
Split View
Hiển thị tình trạng sai khác
0
1
tests/webtbs/tw41064.pp
+ 0
- 1
tests/webtbs/twb41064.pp → tests/webtbs/tw41064.pp
Xem Tập Tin
@@ -4,6 +4,5 @@ program project1;
begin
writeln(Hello);
- readln;
end.