Сравнить коммиты

...

Ничего общего в коммитах. 'master' и 'main' имеют совершенно разные истории.
master ... main

2
.gitignore поставляемый

@ -1,3 +1,3 @@
/bin /bin
/obj /obj
/*.layout /*.depend

@ -4,9 +4,10 @@ using namespace std;
int main() int main()
{ {
cout << "Enter A and B: ";
int a, b; int a, b;
cin >> a >> b; cin >> a >> b;
cout << "A * B = " << a * b << '\n'; cout << "A + B = " << a + b << '\n';
cout << "A - B = " << a - b << '\n';
} }

@ -33,8 +33,6 @@
<Add option="-fexceptions" /> <Add option="-fexceptions" />
</Compiler> </Compiler>
<Unit filename="main.cpp" /> <Unit filename="main.cpp" />
<Extensions> <Extensions />
<lib_finder disable_auto="1" />
</Extensions>
</Project> </Project>
</CodeBlocks_project_file> </CodeBlocks_project_file>

Загрузка…
Отмена
Сохранить