DEV Community

New Hat
New Hat

Posted on • Updated on

Lorem Ipsum

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.

public static void main(String[] args) {
  System.out.println("Hello World!");
}
Enter fullscreen mode Exit fullscreen mode
  • sdfkjdks
  • 235343
  • 4msd;k;fdkgrf

It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularized in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.

final case class User(name: String, age: Int)

object App {
  def main(args: Array[String]): Unit = {
    println("Hello World")
  }
}
Enter fullscreen mode Exit fullscreen mode

Top comments (0)