gingerBill 4 дней назад
Родитель
Сommit
8019bd360a
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      core/strconv/strconv.odin

+ 1 - 0
core/strconv/strconv.odin

@@ -1,3 +1,4 @@
+// package strconv implements conversions to and from string represnetations of other data types
 package strconv
 
 import "core:unicode/utf8"