runtime tests hello modified to return 0 and

vecadd modified to replace printf with vx_print_str.
This commit is contained in:
Malik Burton
2020-09-15 18:46:45 -04:00
parent dca5853191
commit 959270def1
2 changed files with 6 additions and 4 deletions

View File

@@ -1,5 +1,4 @@
#include <stdio.h>
struct hello {
int a;
@@ -15,4 +14,7 @@ int main()
{
nameing.a = 20;
int b;
printf("Passed!\n");
return 0;
}