Skip to content

Instantly share code, notes, and snippets.

@songrgg
Created July 13, 2021 20:11
Show Gist options
  • Save songrgg/10ad454f9cd7b607109e7b5b99f9488c to your computer and use it in GitHub Desktop.
Save songrgg/10ad454f9cd7b607109e7b5b99f9488c to your computer and use it in GitHub Desktop.
public class Main {
public static void main(String[] args) throws InterruptedException {
Thread.sleep(100000);
System.out.println("Goodbye, World!");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment