Skip to content

Instantly share code, notes, and snippets.

@stewchan
stewchan / verbs.txt
Created October 28, 2021 14:17
verbs
abide
accelerate
accept
accomplish
achieve
acquire
acted
activate
adapt
add
@stewchan
stewchan / adjectives.txt
Created October 28, 2021 14:15
adjectives
quizzical
highfalutin
dynamic
wakeful
cheerful
thoughtful
cooperative
questionable
abundant
uneven
@stewchan
stewchan / nouns.txt
Created October 28, 2021 14:10
nouns
aardvark
abyssinian
accelerator
accordion
account
accountant
acknowledgment
acoustic
acrylic
act
import java.util.Scanner;
class Main {
public static void main(String[] args) {
Scanner in = new Scanner(System.in);
int x = in.nextInt();
int y = in.nextInt();