Use #+ tags

This commit is contained in:
gingerBill
2024-09-19 12:39:56 +01:00
parent 6bbeb0a243
commit 68960e7d0a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
//+build freestanding
#+build freestanding
package crypto_hash
hash :: proc {
+1 -1
View File
@@ -1,4 +1,4 @@
//+build !freestanding
#+build !freestanding
package crypto_hash
import "core:io"