Advertisement
RicardasSim

trigraph sequences

Apr 3rd, 2019
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.28 KB | None | 0 0
  1. #include <stdio.h>
  2. #include <stdlib.h>
  3.  
  4. int main (int argc, char **argv){
  5.  
  6.     int arr??(??)=??<1,2,4,8??>;
  7.    
  8.     printf("%d\n", arr[2]);
  9.    
  10.     printf(" ??= ??( ??/' ??) ??' ??< ??! ??> ??-\n");
  11.    
  12.     return 0;
  13. }
  14.  
  15. /*
  16. output:
  17.  
  18. 4
  19.  # [ ' ] ^ { | } ~
  20.  
  21.  
  22. */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement