Skip to content

lnunno/advent-of-code-2015

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

advent-of-code-2015

Running the Go code

$ go run day<NUM>.go

Building the Rust code

$ cargo build

And then the binary will be runnable in target/debug/<BINARY_NAME>.

$ target/debug/<BINARY_NAME>

Alternatively you can run

$ cargo run

and this will compile the code if needed and then run the binary.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published