mirror of
https://github.com/Hizenberg469/MultiThreading_Part_A.git
synced 2026-04-19 18:12:24 +03:00
9 lines
210 B
C++
9 lines
210 B
C++
// Assignment2.h : Include file for standard system include files,
|
|
// or project specific include files.
|
|
|
|
#pragma once
|
|
|
|
#include <iostream>
|
|
|
|
// TODO: Reference additional headers your program requires here.
|