lab6 bash exercises

This commit is contained in:
2024-12-08 22:24:27 +02:00
parent eeebe5604e
commit 812b14a4ed
20 changed files with 348 additions and 183 deletions

View File

@@ -1,18 +0,0 @@
//
// Created by lumijiez on 11/16/24.
//
#ifndef SIGNAL_HANDLER_H
#define SIGNAL_HANDLER_H
#include <cmath>
#include <iostream>
#include <csignal>
#include <cstdlib>
#include <stdexcept>
#include <limits>
#include <cstdint>
#include <bits/random.h>
#include <random>
void setupSignalHandlers();
#endif //SIGNAL_HANDLER_H