Advertisement
B1KMusic

This program prints "Hello, World!" and "Goodbye, World."

Sep 28th, 2016
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.21 KB | None | 0 0
  1. #include <stdio.h>
  2.  
  3. int main(){
  4.     long data[] = {
  5.         6278066737626506568,
  6.         143418749551,
  7.         3199096573815385927,
  8.         13058265867835168
  9.     };
  10.  
  11.     puts(data);
  12.     puts(data + 2);
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement