We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eae83a4 commit c6ea8caCopy full SHA for c6ea8ca
README.md
@@ -1,2 +1,11 @@
1
# misc
2
Miscellaneous C++ utilities
3
+
4
+### print
5
6
+Usage:
7
8
+```
9
+ print(arg1, arg2, arg3...); // Print the list of arguments to standard output.
10
+ println(arg1, arg2, arg3...); // Print the list of arguments to standard output with a newline at the end.
11
0 commit comments