mirror of
https://gitee.com/yanmu_ym/cpp.git
synced 2026-02-06 19:13:14 +08:00
9 lines
99 B
C
9 lines
99 B
C
#ifndef _SUDOKU_TEST_H_
|
|
#define _SUDOKU_TEST_H_
|
|
|
|
#include "scene.h"
|
|
|
|
|
|
void test_case1();
|
|
|
|
#endif |