11 lines
120 B
C
11 lines
120 B
C
//
|
|
// Created by grtsinry43 on 5/8/25.
|
|
//
|
|
|
|
#ifndef PROBLEM3_H
|
|
#define PROBLEM3_H
|
|
|
|
int problem_3();
|
|
|
|
#endif //PROBLEM3_H
|