Skip to content
View tusharx0809's full-sized avatar
πŸ’­
πŸ‘¨β€πŸ’»β˜•οΈπŸ
πŸ’­
πŸ‘¨β€πŸ’»β˜•οΈπŸ

Block or report tusharx0809

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
tusharx0809/README.md
 ``` 
/* _Digital World Life Code_ */

bool SocialMedia() 
	if (using) 
		return true
	return false
bool Partying()  
	if (partying) 
		return true 
	return false 
bool Learning()  
	if (everyday) 
		return true 
	return false  
bool WorkingOut()  
	if (everyday) 
		return true
	return false  
	
main() 
	int growth = 0 
	if (SocialMedia() || Partying()) 
		growth -= 1 
	if (SocialMedia() && Partying()) 
		growth -= 2
	if (Learning() || WorkingOut()) 
		growth += 1 
	if (Learning() && WorkingOut()) 
		growth += 2 
``` 

Pinned Loading

  1. react-apps react-apps Public

    JavaScript