diff options
Diffstat (limited to 'source/libfud.cpp')
-rw-r--r-- | source/libfud.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source/libfud.cpp b/source/libfud.cpp index e1dad1d..e9b3c8c 100644 --- a/source/libfud.cpp +++ b/source/libfud.cpp @@ -21,6 +21,10 @@ namespace fud { +void fud() { + /* Are you feeling the fud? */ +} + Result<String, FudStatus> getEnv(const char* name) { using RetType = Result<String, FudStatus>; |