Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 263 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 263 Bytes

misc

Miscellaneous C++ utilities

print

Usage:

   print(arg1, arg2, arg3...);      // Print the list of arguments to standard output.
   println(arg1, arg2, arg3...);    // Print the list of arguments to standard output with a newline at the end.