Add snippets for c++

This commit is contained in:
Oshgnacknak 2022-01-24 16:38:54 +01:00
parent 074b54ece0
commit 1996464363
Signed by: Oshgnacknak
GPG key ID: 8CB7375654585956

View file

@ -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