Skip to content

Instantly share code, notes, and snippets.

@haruki7049
Created November 6, 2022 09:54
Show Gist options
  • Save haruki7049/f26148a349b757fefaadfd49fb7d45ef to your computer and use it in GitHub Desktop.
Save haruki7049/f26148a349b757fefaadfd49fb7d45ef to your computer and use it in GitHub Desktop.
Unko!?
public class Unko{
public static void main(String[] args){
int i = 1;
if(i == 0){
System.out.println("unko...");
}else{
System.out.println("unko!?");
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment