13 lines
119 B
C++
13 lines
119 B
C++
/*
|
|
Author: Joel Mathew Thomas
|
|
Date: 18-02-2026
|
|
*/
|
|
|
|
#pragma once
|
|
#include <iostream>
|
|
|
|
namespace util
|
|
{
|
|
void clear();
|
|
}
|