From b2a20dead95c7a0f593c8fea0c70bfdcc578c937 Mon Sep 17 00:00:00 2001 From: Chatchai J Date: Tue, 27 Dec 2022 18:56:26 -0500 Subject: [PATCH] Update 'Test App' --- Test-App.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Test-App.md 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