first commit
This commit is contained in:
18
src/main/java/com/mycompany/botsencrypter/BotsEncrypter.java
Normal file
18
src/main/java/com/mycompany/botsencrypter/BotsEncrypter.java
Normal 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!!");
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user