diff options
| author | mo8it <mo8it@proton.me> | 2024-07-02 16:26:28 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-07-02 16:26:28 +0200 |
| commit | d3a0c269994eb2b11c0a3418e4db3a275a7ee5ad (patch) | |
| tree | fdf83a923ee89f5fa689cc0fd93c955a5f586d2a /exercises/01_variables | |
| parent | 95f10c80689db6b156ced7fa43bd56309137cc7f (diff) | |
Improve the placement of TODO comments
Diffstat (limited to 'exercises/01_variables')
| -rw-r--r-- | exercises/01_variables/variables4.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/exercises/01_variables/variables4.rs b/exercises/01_variables/variables4.rs index 8634ceb..6c138b1 100644 --- a/exercises/01_variables/variables4.rs +++ b/exercises/01_variables/variables4.rs @@ -1,5 +1,4 @@ // TODO: Fix the compiler error. - fn main() { let x = 3; println!("Number {x}"); |
