Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinzii committed Mar 2, 2024
2 parents 98e4948 + 0e7168d commit 7aa69eb
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
16 changes: 16 additions & 0 deletions example/main.cpp~HEAD_0
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
/*
* Copyright (c) 2024-Present Ian Pike
* Copyright (c) 2024-Present ccmath contributors
*
* This library is provided under the MIT License.
* See LICENSE for more information.
*/


int main()
{

// TODO: Implement actual examples showcasing the library

return 0;
}
16 changes: 16 additions & 0 deletions example/main.cpp~dev_0
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
/*
* Copyright (c) 2024-Present Ian Pike
* Copyright (c) 2024-Present ccmath contributors
*
* This library is provided under the MIT License.
* See LICENSE for more information.
*/


int main()
{

// TODO: Implement actual examples showcasing the library

return 0;
}

0 comments on commit 7aa69eb

Please sign in to comment.