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/simple/foo.cpp
blob: b9d31324d9a27f0bf294e6ac0e6b8ae02003aaa9 (plain) (blame)
1
2
3
4
5
6
#include <iostream>

int main() {
    std::cout << "foo\n";
    return 0;
}