Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*
- ==========================
- 2025/06/07
- My first c codes
- ==========================
- */
- #include <stdio.h>
- int main(void)
- {
- printf("Hello, dear reader!\n");
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement