12 lines
121 B
C
12 lines
121 B
C
//
|
|
// Created by grtsinry43 on 5/8/25.
|
|
//
|
|
|
|
#ifndef PROBLEM2_H
|
|
#define PROBLEM2_H
|
|
|
|
int problem_2();
|
|
|
|
|
|
#endif //PROBLEM2_H
|