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/_posts/snippets/hello.cpp
blob: 2f96a605de1591d9da7440f69f68afef2ff67777 (plain) (blame)
1
2
3
4
5
6
7
#include "world.hpp"

#include <iostream>

void hello_snippets() {
    std::cout << "Hello snippets!\n";
}