Skip to content

Commit

Permalink
style: format
Browse files Browse the repository at this point in the history
Signed-off-by: Dup4 <lyuzhi.pan@gmail.com>
  • Loading branch information
Dup4 committed Jan 29, 2024
1 parent aaec933 commit 74dc066
Show file tree
Hide file tree
Showing 2 changed files with 363 additions and 358 deletions.
12 changes: 6 additions & 6 deletions docs/domjudge/programming-environment.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Programming Environment

| Language | Compiler version | Compile commands |
| -------- | ---------------- | ------------------------------------------------- |
| C | gcc11.3.0 | gcc -x c -g -O2 -std=gnu11 -static ${files} -lm |
| C++ | g++11.3.0 | g++ -x c++ -g -O2 -std=gnu++20 -static ${files} |
| Python3 | PyPy3 7.3.5 | pypy3 -m py_compile ${files} |
| Java | Openjdk 17.0.5 | javac -encoding UTF-8 -sourcepath . -d . ${files} |
| Language | Compiler version | Compile commands |
| -------- | ---------------- | --------------------------------------------------- |
| C | gcc11.3.0 | `gcc -x c -g -O2 -std=gnu11 -static ${files} -lm` |
| C++ | g++11.3.0 | `g++ -x c++ -g -O2 -std=gnu++20 -static ${files}` |
| Python3 | PyPy3 7.3.5 | `pypy3 -m py_compile ${files}` |
| Java | Openjdk 17.0.5 | `javac -encoding UTF-8 -sourcepath . -d . ${files}` |
Loading

0 comments on commit 74dc066

Please sign in to comment.