From a46902b946e5b213b0ecbfa608e35efe63ad14ed Mon Sep 17 00:00:00 2001 From: ToyB-Chan Date: Fri, 31 Jan 2025 06:18:22 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 51c3eac..4c9ff63 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,8 @@ hexValue = 0xFA8 [MySection.MySubsection.AnotherSubsection] binValue = 0b0010010 + +# Another comment anotherDec = 1_000_375 ```