removed vimspector, fixed readme
This commit is contained in:
parent
de0eda0b22
commit
0008340ba8
1
4/.gitignore
vendored
1
4/.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
*.o
|
*.o
|
||||||
.old
|
.old
|
||||||
day4
|
day4
|
||||||
|
.vimspector.json
|
||||||
|
@ -1,22 +0,0 @@
|
|||||||
{
|
|
||||||
"configurations": {
|
|
||||||
"vulkan_test": {
|
|
||||||
"adapter": "vscode-cpptools",
|
|
||||||
"configuration": {
|
|
||||||
"name": "day4",
|
|
||||||
"type": "asmdbg",
|
|
||||||
"request": "launch",
|
|
||||||
"externalConsole": true,
|
|
||||||
"logging": {
|
|
||||||
"engineLogging": true
|
|
||||||
},
|
|
||||||
"stopOnEntry": true,
|
|
||||||
"stopAtEntry": true,
|
|
||||||
"debugOptions": [],
|
|
||||||
"MIMode": "gdb",
|
|
||||||
"cwd": "~/Sonstiges/AdventOfCode/4",
|
|
||||||
"program": "~/Sonstiges/AdventOfCode/4/day4"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
@ -14,7 +14,7 @@ It did a lot of things right, however it also did a lot of things wrong:
|
|||||||
- It told me the `read` syscall can read until a newline by passing `\n` as last arg
|
- It told me the `read` syscall can read until a newline by passing `\n` as last arg
|
||||||
|
|
||||||
So I had to fix all that. I tried to exclusively use the AI to get answers to my questions, however I did sometimes revert to the internet.
|
So I had to fix all that. I tried to exclusively use the AI to get answers to my questions, however I did sometimes revert to the internet.
|
||||||
It was still a good starting point and provided lots of help.\n
|
It was still a good starting point and provided lots of help.
|
||||||
At the end of the ~~evening~~ next morning I had successfully coded the task in x86-64 assembly! :smiley:
|
At the end of the ~~evening~~ next morning I had successfully coded the task in x86-64 assembly! :smiley:
|
||||||
|
|
||||||
I also gave it the exact same prompt again but said I wanted it in **C**.
|
I also gave it the exact same prompt again but said I wanted it in **C**.
|
||||||
|
Loading…
Reference in New Issue
Block a user