Advertisement
dllbridge

Untitled

Nov 14th, 2021
833
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.21 KB | None | 0 0
  1.  
  2.  
  3. #include <stdio.h>
  4.  
  5.  
  6. //////////////////////////////////////////////////////
  7. int main()
  8. {
  9.    
  10.         printf("Hello, "); ///goto L_01;   
  11.         printf("Dima "  );  
  12. L_01:   printf("Sobolev");  
  13.    
  14.    
  15. }
  16.  
  17.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement