Some repositories couldn't be updated, please check application logs for details.
BadCredentialsException: 401 {"message": "Bad credentials", "documentation_url": "https://docs.github.com/rest", "status": "401"}

aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cmake/examples/dynamic/foo.cpp
blob: b7d9986e2284bbdece7867cf6a38315b74d76f7f (plain) (blame)
1
2
3
4
5
6
#include <baz.hpp>

int main() {
    baz();
    return 0;
}