This commit is contained in:
Even Bell
2025-08-18 09:34:24 +08:00
commit 6051ece39e
9 changed files with 196 additions and 0 deletions

3
include/main_ext.h Normal file
View File

@@ -0,0 +1,3 @@
#pragma once
int add(int,int);