Initial commit

This commit is contained in:
xinyangli 2024-04-04 01:44:27 +08:00
commit dd2feddfd6
Signed by: xin
SSH key fingerprint: SHA256:qZ/tzd8lYRtUFSrfBDBMcUqV4GHKxqeqRA3huItgvbk
10 changed files with 370 additions and 0 deletions

2
src/CMakeLists.txt Normal file
View file

@ -0,0 +1,2 @@
add_executable(test main.cpp)

5
src/main.cpp Normal file
View file

@ -0,0 +1,5 @@
#include <difftest.hpp>
using reg_t = uint32_t;
int main() { return 0; }