# Introduction In this challenge, we will write a program that outputs the current day of the week and determines whether it is Wednesday or not. You need to complete the `today` function in the provided Go code, which should output the current day in the specified format. After completing the code, submit it for evaluation to see the assessment result.
Click the virtual machine below to start practicing