Skip to content

Commit

Permalink
games101-cgl: Test availability only
Browse files Browse the repository at this point in the history
  • Loading branch information
FeignClaims committed Jul 15, 2024
1 parent ca4bf42 commit 91ca345
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions recipes/games101-cgl/all/test_package/test_package.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
#include <CGL/CGL.h>

int main() {
CGL::Viewer viewer{};
viewer.init();

CGL::Vector2D vector{5, 4};
std::cout << vector << '\n';
}

0 comments on commit 91ca345

Please sign in to comment.