aboutsummaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2018-07-01 12:10:17 +0000
committerbloodstalker <thabogre@gmail.com>2018-07-01 12:10:17 +0000
commit3f7a6e1cb02d2743b8343df21368d2aadfe81d8c (patch)
tree977f9058136c901d7c5106bb58272d5783365b5e /text.py
parentupdated the makefiles (diff)
downloadfaultreiber-3f7a6e1cb02d2743b8343df21368d2aadfe81d8c.tar.gz
faultreiber-3f7a6e1cb02d2743b8343df21368d2aadfe81d8c.zip
update
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)'