10 lines
105 B
C++
10 lines
105 B
C++
![]() |
#pragma once
|
||
|
#include "common.hpp"
|
||
|
|
||
|
namespace big
|
||
|
{
|
||
|
class backend {
|
||
|
public:
|
||
|
static void loop();
|
||
|
};
|
||
|
}
|