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