This website requires JavaScript.
Explore
Help
Sign In
post-guard
/
Canon
Watch
1
Star
0
Fork
0
You've already forked Canon
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
cff5ec430b
Canon
/
open_set
/
16_mod.pas
8 lines
72 B
ObjectPascal
Raw
Normal View
History
Unescape
Escape
init: repo
2024-03-09 20:11:27 +08:00
program
main
;
var
a
:
integer
;
begin
a
:
=
1
0
;
fix: 输出文件位置错误 && 更新open_set (#70) Reviewed-on: https://git.rrricardo.top/PostGuard/Canon/pulls/70
2024-04-30 15:04:58 +08:00
write
(
a
div
3
)
;
init: repo
2024-03-09 20:11:27 +08:00
end
.
Reference in New Issue
Copy Permalink