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