commit de94f45b58d5515ee2a122ed801a51deb1ca354c parent bcdd92073dbd92a84d2fb49109b139fe1b1643e6 Author: bsandro <email@bsandro.tech> Date: Thu, 7 Jul 2022 23:54:56 +0300 added readme Diffstat:
A | README | | | 10 | ++++++++++ |
1 file changed, 10 insertions(+), 0 deletions(-)
diff --git a/README b/README @@ -0,0 +1,10 @@ +ICFPC '06 UMX virtual machine + +http://www.boundvariable.org/task.shtml +Pure c99, no external libraries used. +Verified on OpenBSD, GNU/Linux, macOS and Macos9 ( https://bsandro.tech/posts/umx-virtual-machine-macos9/ ) + +No makefile because build is quite straightforward: +cc -std=c99 -O2 main.c + +BSD 2-clause license.