summaryrefslogtreecommitdiff
path: root/print/print
blob: dc6a1a04fca87b5e5e96179f8d0fe88a88a3b352 (plain)
1
2
3
4
5
6
7
8
9
10
// file: print/print -*- C++ -*-

#pragma once

#include <string>

#include <print/export>

LIBPRINT_EXPORT void
print (const std::string& hello);