commit 9490c8838351478708c0580a169385479b6d6912 parent 5887ea56b9306eb17b36819eed80eba566806deb Author: Sebastian <sebastian@sebsite.pw> Date: Sun, 27 Feb 2022 22:02:14 -0500 strconv: add README Signed-off-by: Sebastian <sebastian@sebsite.pw> Diffstat:
A | strconv/README | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/strconv/README b/strconv/README @@ -0,0 +1,2 @@ +The strconv module provides functions for parsing strings into numeric datatypes +and formatting numbers into strings.