Files
Ramtin_repo/Othello/codes/Utilities/Print.h
T

5 lines
76 B
C++

#pragma once
#include <string>
void print(std::string subject, int count);