Commit b6b91c9c authored by Taddeus Kroes's avatar Taddeus Kroes

Added test file to be compiled on SSH.

parent df1ddefa
#include <stdio.h>
int main(void) {
int a = 2, b = 5, c = a * b, d = a * 6, e = 3 * 7;
return 0;
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment