mirror of
https://github.com/cpm-cmake/CPM.cmake.git
synced 2025-11-22 20:27:45 -05:00
bump version and update tests (#131)
This commit is contained in:
9
test/unit/remote_dependency/main.cpp
Normal file
9
test/unit/remote_dependency/main.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#define CATCH_CONFIG_MAIN
|
||||
|
||||
#include <fibonacci.h>
|
||||
#include <iostream>
|
||||
|
||||
int main(){
|
||||
std::cout << "fib(10) = " << fastFibonacci(10) << std::endl;
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user