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