Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Laboratory works of 1st year of KFU IVMiIT University

Notifications You must be signed in to change notification settings

niazlv/universityKPFU1courseC--

Repository files navigation

universityKPFU1courseC++

Задачи за 1 семестр С++ в университете КФУ, прикладная информатика

how to build

$ git clone https://github.com/niazlv/universityKPFU1courseC-- && cd universityKPFU1courseC--

$ cmake -S . -B build && cd build && make

после у вас в папке build(в которой вы находитесь) появиться кучу папок lab1 lab2 lab3 ...
чтобы запустить программу, пишем:

$ ./laba1/bin/laba1_1

где 1_1 это номер лабы и номер задания через _