Advertisement
Josif_tepe

Untitled

Aug 25th, 2023
796
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.17 KB | None | 0 0
  1. #include <stdio.h>
  2. #include <stdlib.h>
  3.  
  4.  
  5. void pecati() {
  6.     printf("HELLO WORLD\n");
  7. }
  8. int main(int argc, const char * argv[]) {
  9.     pecati();
  10.     return 0;
  11.    
  12. }
  13.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement