init
This commit is contained in:
commit
0e0c08b4eb
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
*.exe
|
||||||
|
build/
|
||||||
|
output/
|
12
.vscode/settings.json
vendored
Normal file
12
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"c-cpp-compile-run.c-flags": "-fdiagnostics-color=always -Wall -g",
|
||||||
|
"c-cpp-compile-run.output-location": "build",
|
||||||
|
"c-cpp-compile-run.save-before-compile": true,
|
||||||
|
"c-cpp-compile-run.should-show-notifications": false,
|
||||||
|
"C_Cpp.clang_format_style": "LLVM",
|
||||||
|
"[c]": {
|
||||||
|
"files.encoding": "gbk"
|
||||||
|
},
|
||||||
|
"editor.tabSize": 2,
|
||||||
|
"files.eol": "\n"
|
||||||
|
}
|
2
0.run/helloworld.c
Normal file
2
0.run/helloworld.c
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
#include <stdio.h>
|
||||||
|
int main() { printf("你好,世界!"); }
|
Loading…
x
Reference in New Issue
Block a user