| 6 | #include<stdio.h> |
| 7 | |
| 8 | int main(){ |
| 9 | |
| 10 | // I am writing this just for fun. This line doesnt do anything |
| 11 | printf("Hello World"); |
| 12 | // Return 0 is returning 0 to the OS |
| 13 | return 0; // This is return |
| 14 | } |
nothing calls this directly
no outgoing calls
no test coverage detected