Skip to content

Commit

Permalink
example: change example to use implemented features
Browse files Browse the repository at this point in the history
  • Loading branch information
hanmindev committed Feb 19, 2024
1 parent 3cf04cc commit 4631b80
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion sample_project/src/main.ing
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,9 @@ use root::test::helpful::{helpful_function};
mod test;

pub fn main() {
helpful_function(2, 3);
// helpful_function(2, 3);
let a: int = 0;
for (let i: int = 0; i < 9; i += 1) {
a = 5;
};
}

0 comments on commit 4631b80

Please sign in to comment.