We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3736dc3 + 1c238fc commit 0f398e5Copy full SHA for 0f398e5
new_line.go
@@ -0,0 +1,6 @@
1
+package tml
2
+
3
+// NewLine prints a new line to the terminal with no content
4
+func NewLine() {
5
+ Println("")
6
+}
0 commit comments