Skip to content

Commit

Permalink
Example: Donue.casc, remove unused cond function
Browse files Browse the repository at this point in the history
  • Loading branch information
ChAoSUnItY committed May 2, 2022
1 parent 97bd97f commit 1f6bb3f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions example/Donut.casc
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ use java::util::Arrays as Arr
class Donut

impl Donut {
fn cond(y: i32, x: i32, D: f64, z: [f64], o: i32): bool {
return 22 > y && y > 0 && x > 0 && 80 > x && D > z[o]
}

fn main(args: [str]) {
mut A, mut B := 0D
z := [f64; 1760]{}
Expand Down

0 comments on commit 1f6bb3f

Please sign in to comment.