Advertisement
fvuar

first c code

Jun 7th, 2025
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.17 KB | Source Code | 0 0
  1. /*
  2. ==========================
  3. 2025/06/07
  4.  
  5. My first c codes
  6. ==========================
  7.  */
  8.  
  9. #include <stdio.h>
  10.  
  11. int main(void)
  12. {
  13.     printf("Hello, dear reader!\n");
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement