diff options
author | ReinUsesLisp <[email protected]> | 2018-08-23 04:59:57 -0300 |
---|---|---|
committer | ReinUsesLisp <[email protected]> | 2018-08-23 04:59:57 -0300 |
commit | 5cfa8aa6ab22157045348a25504c05bef4886abf (patch) | |
tree | b924835078158d8c564e811df0a096ad799e1672 /tests/main.cpp | |
download | sirit-5cfa8aa6ab22157045348a25504c05bef4886abf.tar.gz sirit-5cfa8aa6ab22157045348a25504c05bef4886abf.zip |
aloha
Diffstat (limited to 'tests/main.cpp')
-rw-r--r-- | tests/main.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/main.cpp b/tests/main.cpp new file mode 100644 index 0000000..c5c520f --- /dev/null +++ b/tests/main.cpp @@ -0,0 +1,11 @@ +/* This file is part of the sirit project. + * Copyright (c) 2018 ReinUsesLisp + * This software may be used and distributed according to the terms of the GNU + * General Public License version 2 or any later version. + */ + +#include <sirit/sirit.h> + +int main(int argc, char **argv) { + return 0; +} |