Skip to content

CECode/trash-bin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

trash-bin

What is Markdown

Markdown is a text-based markup language created by John Groover in 2004, easy to write and read, and can be converted into HTML.

Markdown strong point.

  1. simple
  2. It can be written without a separate tool.
  3. It can be converted into various forms.
  4. Because it is stored in text, it is easy to store due to its small capacity.
  5. Since it is a text file, the change history can be managed using a version management system.
  6. There are various programs and platforms to support

java code

public class BootSpringBootApplication {
  public static void main(String[] args) {
    System.out.println("Hello, Honeymon");
  }
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors