From 1b37786394d3852fd97837c823baa256488b0539 Mon Sep 17 00:00:00 2001 From: Rafal123 Date: Mon, 14 Oct 2024 08:55:12 +0000 Subject: [PATCH] Add file Example.java to the project. --- src/main/java/com/example/demo/Example.java | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/main/java/com/example/demo/Example.java diff --git a/src/main/java/com/example/demo/Example.java b/src/main/java/com/example/demo/Example.java new file mode 100644 index 0000000..cfcd65b --- /dev/null +++ b/src/main/java/com/example/demo/Example.java @@ -0,0 +1,5 @@ +public class Example { + public static void main(String[] args) { + System.out.println("Hello, World!"); + } +} \ No newline at end of file