build: добавлено игнорирование файлов
Этот коммит содержится в:
8
main.cpp
8
main.cpp
@@ -5,11 +5,9 @@ using namespace std;
|
|||||||
int main()
|
int main()
|
||||||
{
|
{
|
||||||
cout << "Enter A and B: " << endl;
|
cout << "Enter A and B: " << endl;
|
||||||
int a, b, c; d;
|
int a, b;
|
||||||
c = a + b;
|
cin >> a >> b;
|
||||||
d = a - b;
|
cout << "A + B = " << a + b << '\n' << "A - B = " << a - b << '\n';
|
||||||
count << c;
|
|
||||||
count << d;
|
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -32,6 +32,9 @@
|
|||||||
<Add option="-Wall" />
|
<Add option="-Wall" />
|
||||||
<Add option="-fexceptions" />
|
<Add option="-fexceptions" />
|
||||||
</Compiler>
|
</Compiler>
|
||||||
|
<Unit filename=".gitignore">
|
||||||
|
<Option target="<{~None~}>" />
|
||||||
|
</Unit>
|
||||||
<Unit filename="main.cpp" />
|
<Unit filename="main.cpp" />
|
||||||
<Extensions>
|
<Extensions>
|
||||||
<lib_finder disable_auto="1" />
|
<lib_finder disable_auto="1" />
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user