From 34cef977531179f1fc421f0c0210070c01a3d079 Mon Sep 17 00:00:00 2001 From: songyc macbook Date: Mon, 3 Nov 2025 19:43:44 +0900 Subject: [PATCH] 20251103 baekjoon --- code_study/Baekjoon/ts/2166.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 code_study/Baekjoon/ts/2166.ts diff --git a/code_study/Baekjoon/ts/2166.ts b/code_study/Baekjoon/ts/2166.ts new file mode 100644 index 0000000..aa58510 --- /dev/null +++ b/code_study/Baekjoon/ts/2166.ts @@ -0,0 +1,18 @@ +export {}; + +const square = (N: number, point: number[][]): string => { + let temp = 0; + for(let i=0; i