Skip to content

ellnix/aoc2017

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is me practicing WASM using AoC 2017 exercises. To run a wasm solution:

wat2wasm solutions/<day>.wat -o solutions/<day>.wasm && node runner.cjs <day>

Until I got bored of WASM and switched to C. To run the C exercises (from the root of this repo):

cc solutions/<day>.c solutions/parsers/*.c -o solution.out && ./solution.out

Replace cc with your favorite C compiler, if you wish.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published