mirror of
https://github.com/kuhyx/engineer-thesis-WUT.git
synced 2026-07-04 16:23:14 +02:00
7 lines
137 B
C++
7 lines
137 B
C++
// "Copyright [2023] <Krzysztof Rudnicki>"
|
|
#ifndef MISC_HPP
|
|
#define MISC_HPP
|
|
#include <iostream>
|
|
|
|
void print(const std::string s);
|
|
#endif |