Skip to content

Commit c6ea8ca

Browse files
Update README.md
1 parent eae83a4 commit c6ea8ca

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,11 @@
11
# misc
22
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

Comments
 (0)