mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 23:28:48 +00:00
Use #+ tags
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
//+build freestanding
|
#+build freestanding
|
||||||
package crypto_hash
|
package crypto_hash
|
||||||
|
|
||||||
hash :: proc {
|
hash :: proc {
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
//+build !freestanding
|
#+build !freestanding
|
||||||
package crypto_hash
|
package crypto_hash
|
||||||
|
|
||||||
import "core:io"
|
import "core:io"
|
||||||
|
|||||||
Reference in New Issue
Block a user