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
satisfy -vet
Laytan Laats
10 months ago
parent
1d29dfd037
commit
386f144cca
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
core/os/os2/process.odin
+ 1
- 1
core/os/os2/process.odin
View File
@@ -1,7 +1,7 @@
package os2
import "base:runtime"
-
import "core:strings"
+
import "core:time"
/*