11 lines
97 B
C++
11 lines
97 B
C++
#include <iostream>
|
|
|
|
#include "functions.h"
|
|
|
|
using namespace std;
|
|
|
|
int main() {
|
|
|
|
return 0;
|
|
}
|