Commit af8588ec authored by Kaledin Evgenii's avatar Kaledin Evgenii 🚬

make class hello in model

parent 029cbca8
package Model;
public class Hello {
public static void main(String[] args) {
//By zhenya
System.out.println("Hello, world!");
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment