CanonSharp/OpenSet/03_arr_defn2.pas
jackfiled 89ce313b77 feat: CanonSharp Benchmark. (#4)
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>
2024-08-19 14:37:34 +08:00

7 lines
77 B
ObjectPascal

program main;
var
a: array [0..9, 0..9] of integer;
begin
write(0);
end.