Advertisement
Czapek

niskopoziomowe laby 1 program 1 testowy

Oct 16th, 2019
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. program pierwszy;
  2. #include ("stdlib.hhf");
  3.  
  4. // deklaracje zmiennych
  5.  
  6. begin pierwszy;
  7.  
  8. stdout.put ("To jest pierwszy program", nl); //nl - new line
  9.  
  10. end pierwszy;
  11.  
  12. //kompilacja "hla pierwszy.hla" w cmd
  13. //uruchomienie "pierwszy" w cmd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement