diff options
Diffstat (limited to 'man/print.md')
| -rw-r--r-- | man/print.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/man/print.md b/man/print.md new file mode 100644 index 0000000..d2c69b7 --- /dev/null +++ b/man/print.md @@ -0,0 +1,9 @@ +# print + +Print the arguments to the standart output. + +## Usage + +``` +$ print Hello, World +``` |