This commit is contained in:
simonkellet
2023-09-06 20:17:38 +01:00
parent 3752afd442
commit f84de51208
4 changed files with 34 additions and 7 deletions
+3
View File
@@ -0,0 +1,3 @@
snippet std "use namespace std" b
using namespace std;
endsnippet