This website works better with JavaScript
Home
Explore
Help
Sign In
c
/
odin-lang.Odin
mirror of
https://github.com/odin-lang/Odin
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Rename math/bits package name to `math_bits`
gingerBill
5 years ago
parent
ab52f8d795
commit
42678848b2
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
core/math/bits/bits.odin
+ 1
- 1
core/math/bits/bits.odin
View File
@@ -1,4 +1,4 @@
-package bits
+package
math_
bits
import "core:os"