added files
CMake Build / build (ubuntu-latest) (push) Has been cancelled
CMake Build / build (ubuntu-latest) (push) Has been cancelled
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
#include <iostream>
|
||||
#include <fstream>
|
||||
#include <string>
|
||||
#include <iomanip>
|
||||
#include <ctime>
|
||||
#include "getchar.h"
|
||||
using namespace std;
|
||||
|
||||
void saveData(string name, int score);
|
||||
void showHistory();
|
||||
Reference in New Issue
Block a user