diff --git a/file.txt b/file.txt new file mode 100644 index 0000000..e438520 --- /dev/null +++ b/file.txt @@ -0,0 +1,9 @@ +This is a very important feature of this project! + + + +This feature will not be changed in the near future! + +This feature was approved by the big boss. + +This feature will be extended a lot in the future. diff --git a/program.cpp b/program.cpp new file mode 100644 index 0000000..2c49f6a --- /dev/null +++ b/program.cpp @@ -0,0 +1,9 @@ +#include +using namespace std; +int main() +{ + int x; + cin >> x; + + return x+5; +} \ No newline at end of file