add: 头歌上的隐藏测试集 (#82)

Reviewed-on: PostGuard/Canon#82
This commit is contained in:
2024-05-13 13:31:29 +08:00
parent cff5ec430b
commit d90f6fde62
36 changed files with 3285 additions and 0 deletions

10
open_set/70_comment2.pas Normal file
View File

@@ -0,0 +1,10 @@
// skipher
// int main(){
program main;
begin
{ ret := 0;
ret := 1;
ret := 2;
}
write(3);
end.