Adding exam part 1/4
This commit is contained in:
11
Exam/IKT203-main/Portfolio/Assignment-01/option1.h
Normal file
11
Exam/IKT203-main/Portfolio/Assignment-01/option1.h
Normal file
@@ -0,0 +1,11 @@
|
||||
// option1.h : Option 1 (Standard): Console Text Editor.
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef OPTION1_H
|
||||
#define OPTION1_H
|
||||
|
||||
int RunApp();
|
||||
|
||||
|
||||
#endif // OPTION1_H
|
||||
Reference in New Issue
Block a user