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