mirror of
https://github.com/Astatin3/Code.org-Final-Projects.git
synced 2026-06-09 00:18:02 -06:00
Add code
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
public class main {
|
||||
public static void main(String[] args) {
|
||||
|
||||
regularDonut d = new regularDonut();
|
||||
|
||||
d.setZoom(2);
|
||||
d.setThickness(40);
|
||||
|
||||
while(true){
|
||||
System.out.print(d);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user