ccls
This commit is contained in:
parent
7732c44b31
commit
6a465c5d59
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@ _deps
|
|||||||
CMakeUserPresets.json
|
CMakeUserPresets.json
|
||||||
.DS_Store
|
.DS_Store
|
||||||
my_project
|
my_project
|
||||||
|
.ccls-cache
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#include<iostream>
|
#include <iostream>
|
||||||
|
|
||||||
int main() {
|
int main() {
|
||||||
std::cout << "Hello, World!" << std::endl;
|
std::cout << "Hello, World!" << std::endl;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user