jackfiled
89ce313b77
Reviewed-on: https://git.bupt-hpc.cn/jackfiled/CanonSharp/pulls/4 Co-authored-by: jackfiled <xcrenchangjun@outlook.com> Co-committed-by: jackfiled <xcrenchangjun@outlook.com>
8 lines
70 B
ObjectPascal
8 lines
70 B
ObjectPascal
program main;
|
|
var
|
|
a: integer;
|
|
begin
|
|
a := 10;
|
|
write(a - 2);
|
|
end.
|