create core and base chatbot

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-29 02:05:43 +07:00
parent 229c5d85c4
commit 224a6444ef
5 changed files with 12 additions and 7 deletions
-5
View File
@@ -1,5 +0,0 @@
{
"recommendations": [
"codeium.codeium"
]
}
+7
View File
@@ -0,0 +1,7 @@
{
// Используйте IntelliSense, чтобы узнать о возможных атрибутах.
// Наведите указатель мыши, чтобы просмотреть описания существующих атрибутов.
// Для получения дополнительной информации посетите: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": []
}
+4 -2
View File
@@ -7,9 +7,11 @@
"args": [
"-fdiagnostics-color=always",
"-g",
"${file}",
"${fileDirname}/main.cpp",
"${fileDirname}/Xenith/core.cpp",
"-o",
"${fileDirname}/${fileBasenameNoExtension}"
"${fileDirname}/main",
"-I", "${fileDirname}/Xenith"
],
"options": {
"cwd": "${fileDirname}"
Executable
BIN
View File
Binary file not shown.
+1
View File
@@ -4,6 +4,7 @@
#include "Xenith/core.h"
#include "Xenith/typedef.h"
int main() {
srand(time(NULL));