Skip to content

P24#4

Open
Javierverbel wants to merge 3 commits intomainfrom
p24
Open

P24#4
Javierverbel wants to merge 3 commits intomainfrom
p24

Conversation

@Javierverbel
Copy link
Owner

No description provided.

Copy link
Collaborator

@newpavlov newpavlov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I recommend to not mix exercises from different slots in one PR.

@@ -1,2 +1,3 @@
/target
/p12/target
/p22/target
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should not need /p12/target and /p22/target ignore rules since Cargo should not create these directories.

if count == n {
break;
}
println!("count: {count} temp: {temp}");
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should remove this println after the code is finished.

fn main() {
// let x = celsius2farenheit(0);
// println!("The result is: {x}");
print_lyrics();
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should remove this file and instead use the src/bin/song.rs file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants