Initial commit: implementation of the virtual machine
This commit is contained in:
commit
87a815ac27
6 changed files with 262 additions and 0 deletions
10
README.org
Normal file
10
README.org
Normal file
|
@ -0,0 +1,10 @@
|
|||
* Synacor Challenge
|
||||
|
||||
Solutions to the [[https://challenge.synacor.com/][Synacor Challenge]]
|
||||
|
||||
The virtual machine is implemented in [[src/vm.c]]. Compile it with =make=
|
||||
and run it on the challenge program:
|
||||
|
||||
#+begin_src sh
|
||||
./vm challenge.bin
|
||||
#+end_src
|
Loading…
Add table
Add a link
Reference in a new issue