start adding security vulnerabilities (packet class)

This commit is contained in:
2025-03-25 17:08:58 -05:00
parent 7c780e0017
commit a134513b9c
6 changed files with 102 additions and 7 deletions

View File

@@ -1,8 +1,10 @@
#include <iostream>
#include <opencv2/videoio.hpp>
using namespace std;
int main() {
cv::VideoCapture cap = cv::VideoCapture(0);
cout << "Hello World!" << endl;
return 0;
}