diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 05785434..45a36d58 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -69,6 +69,7 @@ - [Gianpierre Fernandez](https://github.com/G1anpierre) - [Hans](https://github.com/hungvu193) - [Harsh Tank](https://github.com/harshtank) +- [HOUNKPE Fabrice](https://github.com/fabrice000) - [HRAnkit](https://github.com/hrankit) - [Homard](https://github.com/homard) - [Hritik Soni](https://github.com/iamhritik55) diff --git a/code/motoko/hello_world.mo b/code/motoko/hello_world.mo new file mode 100644 index 00000000..0b48f369 --- /dev/null +++ b/code/motoko/hello_world.mo @@ -0,0 +1,10 @@ +import Debug "mo:base/Debug"; + + +actor HelloWorld{ + + public func sayhello() : async () { + Debug.print("Hello World"); + + }; +}; \ No newline at end of file diff --git a/profiles/Fabrice_C_Hounkpe.md b/profiles/Fabrice_C_Hounkpe.md new file mode 100644 index 00000000..6d06455e --- /dev/null +++ b/profiles/Fabrice_C_Hounkpe.md @@ -0,0 +1,19 @@ +## D4rkC4rl + +### Bio +Software Engineer / Security Enthusiast / Gamer + +### Location +Abomey-Calavi, Benin + +### Projects +Just check my github you won't be disappointed, well I hope so +### Hobbies & Interests +Everything related to coding and video games but more computer security and gymnastics +### Profiles +[![Github][github-img]](https://github.com/fabrice000) +[![Twitter][twitter-img]](https://x.com/Dark_Carl007) + + +[twitter-img]: https://i.imgur.com/wWzX9uB.png +[github-img]: https://i.imgur.com/9I6NRUm.png