mirror of
https://github.com/Dichgrem/Java.git
synced 2025-12-17 12:51:59 -05:00
8 lines
133 B
Java
8 lines
133 B
Java
package com.study.demo;
|
|
|
|
public class Demo {
|
|
public static void main(String[] args) {
|
|
System.out.println("HelloWorld!");
|
|
}
|
|
}
|