first commit

This commit is contained in:
250405
2026-03-12 12:32:59 +00:00
commit 5ecf1f56c0
2 changed files with 31 additions and 0 deletions

View File

@@ -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!!");
}
}
}