Skip to content

Instantly share code, notes, and snippets.

@TheRealAbhinav
Created January 21, 2024 10:19
Show Gist options
  • Save TheRealAbhinav/b3fc489c8c48c50f8e0effd8dacf212d to your computer and use it in GitHub Desktop.
Save TheRealAbhinav/b3fc489c8c48c50f8e0effd8dacf212d to your computer and use it in GitHub Desktop.
First gist
public static String work(int pay){
if(pay > 10000){
return "sell soul";
}
else{
return "don't sell soul";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment