Add snippets for c++
This commit is contained in:
parent
074b54ece0
commit
1996464363
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ using namespace std;
|
|||
int main() {
|
||||
cout << "Hello, World!" << endl;
|
||||
|
||||
return 0;
|
||||
return 0;
|
||||
}
|
||||
endsnippet
|
||||
|
||||
|
@ -19,7 +19,7 @@ using namespace osh;
|
|||
int main() {
|
||||
println("Hello, World!");
|
||||
|
||||
return 0;
|
||||
return 0;
|
||||
}
|
||||
endsnippet
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue