add IR code learner

This commit is contained in:
Siwat Sirichai 2024-03-29 01:17:54 +07:00
parent b051ba8d90
commit 6e287255c6
5 changed files with 103 additions and 1 deletions

18
IRLearner/.vscode/c_cpp_properties.json vendored Normal file
View file

@ -0,0 +1,18 @@
{
"configurations": [
{
"name": "windows-gcc-x64",
"includePath": [
"${workspaceFolder}/**"
],
"compilerPath": "gcc",
"cStandard": "${default}",
"cppStandard": "${default}",
"intelliSenseMode": "windows-gcc-x64",
"compilerArgs": [
""
]
}
],
"version": 4
}