poopoopeeepee

Hello World

Nov 12th, 2023
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.10 KB | Source Code | 0 0
  1. #include <stdio.h>
  2. int main() {
  3.    printf("Hello, World!");
  4.    printf(":)\n");
  5.    return 0;
  6. }
Advertisement
Add Comment
Please, Sign In to add comment