Added testing ability

For the full details, see patches/README.md :-)
This commit is contained in:
Dave Gauer 2021-02-14 18:36:09 -05:00
parent 95c8ea3cb3
commit 6ccd55729e
49 changed files with 160 additions and 9 deletions

4
patches/02_std.patch Normal file
View file

@ -0,0 +1,4 @@
14c14
< ??? = @import("std");
---
> const std = @import("std");