Adding exam part 1/4
This commit is contained in:
17
Exam/part1/option1.h
Normal file
17
Exam/part1/option1.h
Normal file
@@ -0,0 +1,17 @@
|
||||
// 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