Improve the placement of TODO comments

This commit is contained in:
mo8it
2024-07-02 16:26:28 +02:00
parent 95f10c8068
commit d3a0c26999
3 changed files with 3 additions and 5 deletions
+1 -2
View File
@@ -1,5 +1,4 @@
// TODO: Fix the code to print "Hello world!".
fn main() {
// TODO: Fix the code to print "Hello world!".
printline!("Hello world!");
}