Create project

This commit is contained in:
Володя 2022-12-03 19:26:18 +03:00
parent 10203719fd
commit 773a824ca9

View File

@ -0,0 +1,8 @@
import javax.swing.*;
import java.awt.*;
public class Program {
public static void main(String[] args) {
System.out.println("Hello world");
}
}