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() {
|
int main() {
|
||||||
cout << "Hello, World!" << endl;
|
cout << "Hello, World!" << endl;
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
endsnippet
|
endsnippet
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ using namespace osh;
|
||||||
int main() {
|
int main() {
|
||||||
println("Hello, World!");
|
println("Hello, World!");
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
endsnippet
|
endsnippet
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue