Added basic java packages and main file.

This commit is contained in:
Luca Warmenhoven
2024-04-17 15:21:00 +02:00
parent fd04bac697
commit 2679dc371e

10
src/com/fitbot/Main.java Normal file
View File

@@ -0,0 +1,10 @@
package com.fitbot;
public class Main {
public static void main(String[] args) {
// Add introduction to application.
}
}