Advertisement
Guest User

Untitled

a guest
Oct 15th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. program pierwszy;
  2. #include("stdlib.hhf");
  3.  
  4. static
  5. a: int8 := 3;
  6. b: int8 := 4;
  7.  
  8. begin pierwszy;
  9.  
  10. add(a,b)
  11. stdout.put ("To jest nasz perwszy program", nl);
  12.  
  13. end pierwszy;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement