Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pynxc/tutorial_samples/test_string.py
diff options
context:
space:
mode:
Diffstat (limited to 'pynxc/tutorial_samples/test_string.py')
-rw-r--r--pynxc/tutorial_samples/test_string.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/pynxc/tutorial_samples/test_string.py b/pynxc/tutorial_samples/test_string.py
new file mode 100644
index 0000000..2feef3f
--- /dev/null
+++ b/pynxc/tutorial_samples/test_string.py
@@ -0,0 +1,5 @@
+def main():
+
+ a='hello'
+
+ \ No newline at end of file