diff options
author | Dominick Allen <djallen@librehumanitas.org> | 2024-09-22 12:41:28 -0500 |
---|---|---|
committer | Dominick Allen <djallen@librehumanitas.org> | 2024-09-22 12:41:28 -0500 |
commit | 7da829d48f9059c83ab9cada2c850621e8bbd3f3 (patch) | |
tree | 314e7a5b645e910d4997e3bee980bd2024f3087d /source/libfud.cpp | |
parent | bf81e34921e3e30b05313efbcf5c9fa839cb7c05 (diff) |
Basics of library.
Diffstat (limited to 'source/libfud.cpp')
-rw-r--r-- | source/libfud.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source/libfud.cpp b/source/libfud.cpp index fa0e3a0..834082e 100644 --- a/source/libfud.cpp +++ b/source/libfud.cpp @@ -1,4 +1,5 @@ /* + * libfud * Copyright 2024 Dominick Allen * * Licensed under the Apache License, Version 2.0 (the "License"); you @@ -18,7 +19,8 @@ namespace fud { -void fud() { +void fud() +{ } } // namespace fud |