Directory: | . |
---|---|
File: | main.cxx |
Date: | 2024-04-08 10:28:55 |
Exec | Total | Coverage | |
---|---|---|---|
Lines: | 4 | 4 | 100.0% |
Branches: | 0 | 0 | -% |
Line | Branch | Exec | Source |
---|---|---|---|
1 | #include <iostream> | ||
2 | |||
3 | 1 | int main(int argc, const char **argv) { | |
4 | 1 | std::cout << argv[0] << std::endl; | |
5 | 1 | std::cout << "Hello World from Code Coverage!!!" << std::endl; | |
6 | 1 | return EXIT_SUCCESS; | |
7 | } | ||
8 |