7 lines
65 B
C++
7 lines
65 B
C++
|
#ifndef MACHINE_HPP
|
||
|
#define MACHINE_HPP
|
||
|
|
||
|
void machine();
|
||
|
|
||
|
#endif
|