diff --git a/.travis.yml b/.travis.yml index d40f0da..3f44299 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,4 +20,4 @@ jobs: arch: amd64 script: - clang -coverage -O0 hello_world.c -o hello_world - - ./hello_world \ No newline at end of file + - ./hello_world diff --git a/hello_world.c b/hello_world.c index ab1a9fe..e23148f 100644 --- a/hello_world.c +++ b/hello_world.c @@ -3,5 +3,5 @@ int main() { // printf() displays the string inside quotation printf("\n\n\n Hello, World! \n\n\n\n"); return 0; - //pullrequest + //pullrequest2 }