Advertisement
Guest User

Untitled

a guest
Feb 18th, 2015
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. DESCRIPTION = "Prints Hello World"
  2. PN = 'printhello'
  3. PV = '1'
  4. python do_build() {
  5. bb.plain("********************");
  6. bb.plain("* *");
  7. bb.plain("* Hello, World! *");
  8. bb.plain("* *");
  9. bb.plain("********************");
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement