NJUPT-Compile/1/Utils.h

10 lines
150 B
C
Raw Permalink Normal View History

2024-06-15 15:40:42 +02:00
#pragma once
#include <iostream>
#include <fstream>
using namespace std;
class Utils {
public:
static bool file_exists(const char *filename);
};