From 915bd1c9870600b9b0dbce37af0b2322c617d78f Mon Sep 17 00:00:00 2001 From: nomicon-kr Date: Sun, 8 Sep 2024 17:50:03 +0900 Subject: [PATCH] Update conversions.md --- src/conversions.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/conversions.md b/src/conversions.md index 4c29fd8..9596328 100644 --- a/src/conversions.md +++ b/src/conversions.md @@ -1,4 +1,6 @@ -# Type Conversions +# 타입 변환 + + At the end of the day, everything is just a pile of bits somewhere, and type systems are just there to help us use those bits right. There are two common