Advertisement
Guest User

Untitled

a guest
Oct 29th, 2014
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. bash-4.3$ cat MarkKCowan.pas
  2. var c,n:byte;begin read(n);for c:=0to n do write(chr(c))end.
  3.  
  4. bash-4.3$ fpc MarkKCowan.pas
  5. Free Pascal Compiler version 2.6.2-8 [2014/01/22] for x86_64
  6. Copyright (c) 1993-2012 by Florian Klaempfl and others
  7. Target OS: Linux for x86-64
  8. Compiling MarkKCowan.pas
  9. Linking MarkKCowan
  10. /usr/bin/ld.bfd: warning: link.res contains output sections; did you forget -T?
  11. 0 lines compiled, 0.0 sec
  12.  
  13. bash-4.3$ ./MarkKCowan <<< 127
  14.  
  15.  
  16.  
  17. 123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement