diff options
author | Spartan322 <Megacake1234@gmail.com> | 2023-07-25 02:24:01 +0200 |
---|---|---|
committer | Spartan322 <Megacake1234@gmail.com> | 2023-07-26 23:54:58 +0200 |
commit | be1d0545c2f7a85a63d05b4bdc1020ee284e72cb (patch) | |
tree | 09cb0fa0a1dbe83d4833bcd62dc8832161e4329b /src/headless | |
parent | 65443efcc2f4c7d687b2bd9c631f6bb426688bbf (diff) |
Initial structural commit
Diffstat (limited to 'src/headless')
-rw-r--r-- | src/headless/main.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/headless/main.cpp b/src/headless/main.cpp new file mode 100644 index 0000000..ffc6dab --- /dev/null +++ b/src/headless/main.cpp @@ -0,0 +1,3 @@ +int main() { + return 0; +}
\ No newline at end of file |