Skip to content

Instantly share code, notes, and snippets.

@cjdenio
Created November 6, 2019 23:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cjdenio/73e1eb85e5fc749780d5f0b774a0c850 to your computer and use it in GitHub Desktop.
Save cjdenio/73e1eb85e5fc749780d5f0b774a0c850 to your computer and use it in GitHub Desktop.
// _____________ _ _ ___________ ______________ _________ _
// | _________| | | | | / _______ \ |______________| / _______ \ | \ \ | |
// | | | | | | | / \ / | | / / \ \ | |\ \ | |
// | |______ | | | | | | | | | | | | | | \ \ | |
// | _____| | | | | \ \________ | | | | | | | | \ \ | |
// | | | | | | \ _______ \ | | | | | | | | \ \ | |
// | | | | | | \ | | | | | | | | | \ \ | |
// | | \ \ ______ / / | | | | | | | | | | \ \ | |
// |_| \__________/ ________/ / _____| |_____ \ \________/ / | | \ \| |
// fusion6763.org |__________/ |______________| \__________/ |_| \ \ |
// Radical ASCII art
class Fusion{
public static void main(String[] args){
System.out.println("Hello world!");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment