mirror of
https://github.com/kuhyx/engineer-thesis-WUT.git
synced 2026-07-05 21:03:04 +02:00
6 lines
94 B
C++
6 lines
94 B
C++
|
|
#ifndef MISC_HPP
|
||
|
|
#define MISC_HPP
|
||
|
|
#include <iostream>
|
||
|
|
|
||
|
|
void print(const std::string s);
|
||
|
|
#endif
|