Skip to content

ravenpdev/learn_odin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages