Files
DEC/processor/Processor.h
2024-10-03 18:43:04 +07:00

11 lines
194 B
C++

#pragma once
class Processor{
public:
static void test(/*int, int*/);
static void test01(/*int, int*/);
static void testInOutBreeding01();
static void testInOutBreeding02();
};