packages/library/learn_odin
l

learn_odin

v662d30blibrary

No description provided.

0 stars0 forksUnknownupdated 1 year ago
Open repo

Compile and run it using odin run

. For the current directory:

odin run .

The run command compiles the .odin file to an executable and then runs that executable after compilation.

If you do not wish to run the executable after compilation, the build command ca be used:

odin build <dir>

Odin thinks in terms of directory-based packages. To tell it to treat a single file as a standalone package, add -file, like so:

odin run main.odin -file
Package Info
Version
v662d30b
License
Unknown
Author
@ravenpdev
Type
library
Forks
0
Created
1 year ago
Updated
1 year ago
Health
maintained
has releases
has readme
has license
Activity
last 56 weeks