Skip to content
Snippets Groups Projects
Commit ac0015fa authored by loikki's avatar loikki
Browse files

Style

parent 35d11202
No related branches found
No related tags found
1 merge request!36Add test for parser
Pipeline #141 passed
......@@ -142,15 +142,19 @@ int main(void) {
c[0] = 'e';
c[1] = 'f';
c[2] = 'g';
i[0] = 3;
i[1] = 4;
i[2] = 5;
f[0] = 0.3;
f[1] = 0.4;
f[2] = 0.5;
d[0] = 0.3;
d[1] = 0.4;
d[2] = 0.5;
l[0] = 9876543210;
l[1] = 4;
l[2] = 5;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment