first commit

This commit is contained in:
2025-10-11 11:23:58 +08:00
commit e8774085f8
48 changed files with 3087 additions and 0 deletions

4
scripts/fpc Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/dash
export PATH=$PATH:/usr/bin:/bin
exec /usr/bin/fpc -O3 -vw0 -dONLINE_JUDGE -Sd -omain -MDelphi "$@" 2>&1 | sed '1d' | sed '1d'