7 lines
95 B
C++
7 lines
95 B
C++
/* @file print.hpp */
|
|
|
|
#pragma once
|
|
|
|
#include "indentlog/print/array.hpp"
|
|
|
|
/* end print.hpp */
|