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.
1 parent 8d3079a commit 451c700Copy full SHA for 451c700
archive/v/v/reverse-string.v
@@ -0,0 +1,9 @@
1
+module main
2
+
3
+import os
4
5
+fn main() {
6
+ if os.args.len == 2 {
7
+ println(os.args[1].reverse())
8
+ }
9
+}
0 commit comments