This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
c
/
odin-lang.Odin
miroir de
https://github.com/odin-lang/Odin
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Wiki
Parcourir la source
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
il y a 2 ans
Parent
c1c7128634
0e9ef50e63
commit
2cf8a9da6f
1 fichiers modifiés
avec
1 ajouts
et
1 suppressions
Vue séparée
Afficher les stats Diff
1
1
core/os/os_js.odin
+ 1
- 1
core/os/os_js.odin
Voir le fichier
@@ -1,4 +1,4 @@
-//+js
package os
+// +build js
#panic("package os does not support a js target")