Skip to content
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

LaszloMocsy/ProjLab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

276 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ProjLab

How to run the program

  1. Open a terminal and cd into your project root (where src lives).
  2. Compile the Java files:
javac -d bin -sourcepath src src\main.java.fungorium\Fungorium.java
  1. Run the program:
# Interactive mode
java -cp bin main.java.fungorium.Fungorium

# or Non-interactive mode
java -cp bin main.java.fungorium.Fungorium input.txt output.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors