Small fixes to vimrc and removing unused cpp header.

This commit is contained in:
Tomasz Półgrabia 2025-03-04 10:48:35 +01:00
parent 93a552d108
commit 51116c0ec4
2 changed files with 6 additions and 1 deletions

View file

@ -2,7 +2,6 @@
#include <iostream>
#include <iterator>
#include <set>
#include <vector>
int main() {
std::set<int> v1{7, 2, 3, 4, 5, 6, 7, 8};