📅  最后修改于: 2022-03-11 14:52:16.884000             🧑  作者: Mango
// Demo types of comments
/* This shows
that the comment
can be muilti line */
System.out.println("Hello"); // Inline comment
// This is a single line comment