Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivanwangcy committed Nov 6, 2024
1 parent cd7ec6a commit fd03543
Show file tree
Hide file tree
Showing 6 changed files with 74 additions and 1 deletion.
29 changes: 29 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"tasks": [
{
"type": "cppbuild",
"label": "C/C++: clang build active file",
"command": "/usr/bin/clang",
"args": [
"-fcolor-diagnostics",
"-fansi-escape-codes",
"-g",
"${file}",
"-o",
"${fileDirname}/${fileBasenameNoExtension}"
],
"options": {
"cwd": "${fileDirname}"
},
"problemMatcher": [
"$gcc"
],
"group": {
"kind": "build",
"isDefault": true
},
"detail": "Task generated by Debugger."
}
],
"version": "2.0.0"
}
19 changes: 18 additions & 1 deletion AIGC/使用bolt.new创建项目.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,21 @@ AIGC 完整功能:

## 答案之书项目

<https://bolt.new/~/bolt-nextjs-shadcn-rfcfnr>
<https://bolt.new/~/bolt-nextjs-shadcn-rfcfnr>

答案数据:

你的行为将会改善这件事
your actions will improve things

且行且思
watch your step as you go

尝试一下
take a chance

用任何你可以做到的方式提升
upgrade any way you can

你可能会反对
you may have opposition
Binary file added cpp/hello
Binary file not shown.
7 changes: 7 additions & 0 deletions cpp/hello.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#include <stdio.h>

int main() {
printf("hello world\n");
/* code */
return 0;
}
20 changes: 20 additions & 0 deletions cpp/hello.dSYM/Contents/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleIdentifier</key>
<string>com.apple.xcode.dsym.hello</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
<string>dSYM</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
</plist>
Binary file added cpp/hello.dSYM/Contents/Resources/DWARF/hello
Binary file not shown.

0 comments on commit fd03543

Please sign in to comment.