Skip to content

Commit c437df6

Browse files
committed
docs: update compiler environment
1 parent 8bf2589 commit c437df6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

โ€Žcontent/histories/7.mdxโ€Ž

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,10 @@ archived: false
121121
#### ๊ฐœ๋ฐœ ์–ธ์–ด ๋ฐ ์ปดํŒŒ์ผ ํ™˜๊ฒฝ
122122
| **์–ธ์–ด** | **์ปดํŒŒ์ผ๋Ÿฌ/๋ฒ„์ „** |
123123
| ----------- | --------------------- |
124-
| **C** | gcc (GCC) 11.1.0 |
125-
| **C++** | g++ (GCC) 11.1.0 |
126-
| **Java** | OpenJDK 17.0.2 |
127-
| **Python3** | PyPy3.9.17 (7.3.12) |
124+
| **C** | gcc (GCC) 12.2.0 |
125+
| **C++** | g++ (GCC) 12.2.0 |
126+
| **Java** | OpenJDK 17.0.15 |
127+
| **Python3** | PyPy3.9.16 (7.3.11) |
128128

129129

130130
<!-- ============================================ -->

โ€Žsrc/constants/faq.tsโ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export const faq: FaqItem[] = [
4949
id: 'item-8',
5050
question: '์‚ฌ์šฉ ๊ฐ€๋Šฅํ•œ ํ”„๋กœ๊ทธ๋ž˜๋ฐ ์–ธ์–ด๋Š” ์–ด๋–ค ๊ฒƒ์ด ์žˆ๋‚˜์š”?',
5151
answer:
52-
'C (gcc 11.1.0), C++ (g++ 11.1.0), Java (OpenJDK 17.0.12), Python3 (PyPy 7.3.12)๋ฅผ ์‚ฌ์šฉํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.',
52+
'C (gcc 12.2.0), C++ (g++ 12.2.0), Java (OpenJDK 17.0.15), Python3 (PyPy 7.3.11)๋ฅผ ์‚ฌ์šฉํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.',
5353
},
5454
{
5555
id: 'item-9',

0 commit comments

Comments
ย (0)