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 654437c0bc
commit 03a09639c6
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");