commit from VS Code, hopefully this doesnt break anything
This commit is contained in:
11
Exam/part2/option1.h
Normal file
11
Exam/part2/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