7 lines
114 B
C++
7 lines
114 B
C++
// Copyright 2022 Darwin Schuppan <darwin@nobrain.org>
|
|
// SPDX license identifier: MIT
|
|
|
|
#pragma once
|
|
|
|
void cmd();
|