Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
umutcaner
/
MazeSimulatorDS
like
0
Running
App
Files
Files
Community
main
MazeSimulatorDS
/
mazeDataStructure
/
mazeDeneme
/
src
/
Main.java
umutcaner
Upload 29 files
f11ab78
verified
10 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
109 Bytes
public
class
Main
{
public
static
void
main
(String[] args)
{
new
InputScreen
();
}
}