init-projects/cpp/includes/Example.hpp

11 lines
121 B
C++
Raw Normal View History

2023-09-19 11:39:57 +02:00
#ifndef PROJECT_EXAMPLE_HPP
#define PROJECT_EXAMPLE_HPP 1
#include <iostream>
struct Example {
Example();
};
#endif