Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

Commit

Permalink
remove uneeded code
Browse files Browse the repository at this point in the history
  • Loading branch information
Laifsyn committed Jun 6, 2024
1 parent 7ac66c3 commit 0eae895
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,8 @@
import java.util.ArrayList;

import com.utp.clsEstructuraDatos.Estructuras.Pila;
class Num2Words{
public static String to_word(String input, String options){
return "Me llamaste";
}
}
public class Main {
public static void main(String[] args) {
System.out.println(Num2Words.to_word(null, null));;
App app = new App();
app.start();
}
Expand Down

0 comments on commit 0eae895

Please sign in to comment.