OOP HomeWork
This commit is contained in:
6
oop_hw1/oop_hw1_2/print.h
Normal file
6
oop_hw1/oop_hw1_2/print.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#pragma once
|
||||
#include <string>
|
||||
#ifndef PRINT_H
|
||||
#define PRINT_H
|
||||
void print(const std::string& s);
|
||||
#endif
|
Reference in New Issue
Block a user