Add project to the uit repository

master
Артем Рогозин 1 год назад
Родитель bbebb175a0
Сommit 52634d6920

2
.gitignore поставляемый

@ -2,6 +2,6 @@
/bin
/obj
.layout
*.layout
*.depend
*~

@ -1,7 +1,8 @@
#include "lab04.h"
#include "calc_bits.h"
#include <string>
#include "calc_bits.h"
void print_in_hex(uint8_t byte) {
std::cout << std::hex << std::setw(2) << std::setfill('0') << static_cast<int>(byte) << " ";

Загрузка…
Отмена
Сохранить