aboutsummaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
Diffstat (limited to 'text.py')
-rw-r--r--text.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/text.py b/text.py
new file mode 100644
index 0000000..d321923
--- /dev/null
+++ b/text.py
@@ -0,0 +1,4 @@
+# _*_ coding=utf-8 _*_
+
+class Text():
+ main_sig = 'int main(int argc, char** argv)'