diff options
author | bloodstalker <thabogre@gmail.com> | 2018-07-01 12:10:17 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2018-07-01 12:10:17 +0000 |
commit | 3f7a6e1cb02d2743b8343df21368d2aadfe81d8c (patch) | |
tree | 977f9058136c901d7c5106bb58272d5783365b5e /text.py | |
parent | updated the makefiles (diff) | |
download | faultreiber-3f7a6e1cb02d2743b8343df21368d2aadfe81d8c.tar.gz faultreiber-3f7a6e1cb02d2743b8343df21368d2aadfe81d8c.zip |
update
Diffstat (limited to 'text.py')
-rw-r--r-- | text.py | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -0,0 +1,4 @@ +# _*_ coding=utf-8 _*_ + +class Text(): + main_sig = 'int main(int argc, char** argv)' |