Advertisement
syed11027

Untitled

Dec 17th, 2021
1,544
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.17 KB | None | 0 0
  1. #include<stdio.h>
  2. int main()
  3. {
  4.  
  5.     if(LIFE==JOURNEY)
  6.     {
  7.         if(ADVENTURES==FULL && MIRACLES==FULL)
  8.         {
  9.             BE_FEARLESS();
  10.         }
  11.     }
  12. }
  13.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement