diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index d2e5ad8..e9e6c3c 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -151,3 +151,10 @@ jonddon-branch - Place: Ibadan, Oyo, Nigeria - Bio: code with Html to React.js - GitHub: [GitHub link](https://github.com/Semiteagain) + + + +#### Name: [Bala Hantsi](https://github.com/bhantsi) +- Place: Kano, Nigeria +- Bio: Web Developer +- GitHub: [bhantsi](https://github.com/bhantsi) diff --git a/profiles/Bala_Hantsi.md b/profiles/Bala_Hantsi.md new file mode 100644 index 0000000..b567919 --- /dev/null +++ b/profiles/Bala_Hantsi.md @@ -0,0 +1,9 @@ +# Bala Hantsi + +### Kano, Nigeria + +### Curious to learn something new + +### [Digital Clock](https://github.com/bhantsi/vue-digital-clock) A simple vue app that displays the current date and local time + +### [Bala Hantsi](https://github.com/bhantsi/) \ No newline at end of file diff --git a/scripts/hello_world_balaHantsi.cpp b/scripts/hello_world_balaHantsi.cpp new file mode 100644 index 0000000..7a39a15 --- /dev/null +++ b/scripts/hello_world_balaHantsi.cpp @@ -0,0 +1,11 @@ +// LANGUAGE: C++ +// AUTHOR: Bala Hantsi +// GITHUB: https://github.com/bhantsi + +#include +using namespace std; +int main() +{ +cout<<"Hello World"; +} + diff --git a/scripts/tempCodeRunnerFile b/scripts/tempCodeRunnerFile new file mode 100755 index 0000000..0de9514 Binary files /dev/null and b/scripts/tempCodeRunnerFile differ