This commit is contained in:
Blaise Tine
2020-09-19 22:44:27 -04:00
12 changed files with 20 additions and 15 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;
}