CLI test
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ int main()
|
||||
x = y; /* should only work on C */
|
||||
if(x == 0)
|
||||
{
|
||||
printf("C compilation OK!\n");
|
||||
printf("C compilation: OK!\n");
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user