Skip to content

Commit

Permalink
Fixes variable definition
Browse files Browse the repository at this point in the history
olahfemi committed Nov 23, 2024
1 parent 3767cb2 commit 92c43ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ mod system;

use crate::support::Dispatch;

cont a = 0;
const a = 0;
const b = 1;
const c = 2;
if c > 3 {}

0 comments on commit 92c43ad

Please sign in to comment.