aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_posts/snippets/world.cpp
blob: 54d38076efa892511f87d197edcdafa6e59db5ca (plain) (blame)
1
2
3
4
5
6
7
#include "world.hpp"

#include <iostream>

void hello_world() {
    std::cout << "Hello world!\n";
}