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

#pragma once

#include <string>

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