commit 5ecf1f56c0bfaa394a096fc285f1d05b7eb87439 Author: 250405 <250405@localhost> Date: Thu Mar 12 12:32:59 2026 +0000 first commit diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..642314d --- /dev/null +++ b/pom.xml @@ -0,0 +1,13 @@ + + + 4.0.0 + com.mycompany + BotsEncrypter + 1.0-SNAPSHOT + jar + + UTF-8 + 24 + com.mycompany.botsencrypter.BotsEncrypter + + \ No newline at end of file diff --git a/src/main/java/com/mycompany/botsencrypter/BotsEncrypter.java b/src/main/java/com/mycompany/botsencrypter/BotsEncrypter.java new file mode 100644 index 0000000..f6c5929 --- /dev/null +++ b/src/main/java/com/mycompany/botsencrypter/BotsEncrypter.java @@ -0,0 +1,18 @@ +/* + * Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license + */ + +package com.mycompany.botsencrypter; + +/** + * + * @author 250405 + */ +public class BotsEncrypter { + + public static void main(String[] args) { + for (int i = 0; i < 10; i++) { + System.out.println("Olaaa!!"); + } + } +}