test1.c 105 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 #include "cpusim.h" main() { test_preamble(); message("hello world\n"); test_postamble(); }