Advertisement
kaspyx

Untitled

Mar 31st, 2015
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.12 KB | None | 0 0
  1. from ctypes import *
  2. msvcrt = cdll.msvcrt
  3. message_string = "Hello World!!!\n"
  4. msvcrt.printf("Testing: %s",message_string)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement