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