diff --git a/hello-world.sh b/hello-world.sh index c80a566..820dd3c 100644 --- a/hello-world.sh +++ b/hello-world.sh @@ -1,2 +1,3 @@ echo "hello world?" -echo "this is a push commit test." \ No newline at end of file +echo "this is a push commit test." +echo "this is another line. yet another test." \ No newline at end of file