Files
Datastructs/Exam/IKT203-main/Portfolio/Assignment-04/option2.h
Christopher Sanden a8006be05f Adding exam part 1/4
2025-11-03 21:30:23 +01:00

10 lines
87 B
C

#pragma once
#ifndef OPTION2_H
#define OPTION2_H
int RunApp();
#endif // OPTION2_H