Advertisement
Guest User

Untitled

a guest
Jan 9th, 2016
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
D 0.15 KB | None | 0 0
  1. module Ucenie;
  2.  
  3.  
  4. import std.stdio;
  5.  
  6. void main()
  7. {
  8.     write("Ako sa volas? ");
  9.     string meno;
  10.     readf(" %s",&meno);
  11.     writeln("Nazdar ",meno);
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement