KamalDevelopers / GodsEyeView

The next most holy operating system.
The Unlicense
50 stars 6 forks source link

Add swap utility and update string reverse method #3

Closed foragerDev closed 3 years ago

foragerDev commented 3 years ago

This is my very first try to add to something an opensource project, and something very simple. I hope If did something wrong, I will get a feedback to learn something. Thanks.

DevGev commented 3 years ago

Just add header guards to "utility.hpp" and I will merge it (use ifndef/define/endif and not pragma).

foragerDev commented 3 years ago

Added.