commit b2a20dead95c7a0f593c8fea0c70bfdcc578c937 Author: Chatchai J Date: Tue Dec 27 18:56:26 2022 -0500 Update 'Test App' diff --git a/Test-App.md b/Test-App.md new file mode 100644 index 0000000..53e898c --- /dev/null +++ b/Test-App.md @@ -0,0 +1,8 @@ +This is **Test** Application + +It is a hello world c program that require gcc to build and using Makefile to manage. +Recent drone ci/cd is added to the system. So this Test App also being use for testing the CI/CD too. + +How to build and run: +- make +- ./hello \ No newline at end of file