microsoft / studentambassadors

This repository is for Microsoft Learn Student Ambassadors.
MIT License
130 stars 47 forks source link

Wrong output #111

Closed Jash286 closed 1 year ago

Jash286 commented 1 year ago

Describe the bug

A clear and concise description of what the bug is. Command reads: Console.WriteLine("Congratulations!"); Console.WriteLine(" "); Console.WriteLine(" You wrote your first lines of code!");

Given Output: Congratulations! you wrote your first lines of code!

Actual Output: Congratulations!

you wrote your first lines of code!

To Reproduce

Steps to reproduce the behavior:

  1. Go to 'Get started with C# -> M01 write-your-first-c-sharp-code '
  2. Click on '2b-exercise-write-your-first-code'
  3. Scroll down to 'Step 4 -> check the command and output'
  4. See error

Expected behavior

A clear and concise description of what you expected to happen.

Screenshots

If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context

Add any other context about the problem here.


🎓 Add a tag to this issue for your current education role: student, Student Ambassador or educator.

Student Ambassador

Student Ambassador


eric-camplin commented 1 year ago

@Jash286 this is Fixed in source - will be published ~3/17 Ha! we reviewed this multiple times, and all missed it THANK YOU!