CoolBlu_e
CoolBlu_e
CC#
Created by CoolBlu_e on 9/3/2023 in #help
new to c#
when I run dotnet run this code
using System;

namespace project_acsv
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello World!");
console.ReadKey();
}
}
}
using System;

namespace project_acsv
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello World!");
console.ReadKey();
}
}
}
it sends
/Users/myusername/Desktop/project acsv/Program.cs(10,13): error CS0103: The name 'console' does not exist in the current context [/Users/myusername/Desktop/project acsv/project acsv.csproj]

The build failed. Fix the build errors and run again.
/Users/myusername/Desktop/project acsv/Program.cs(10,13): error CS0103: The name 'console' does not exist in the current context [/Users/myusername/Desktop/project acsv/project acsv.csproj]

The build failed. Fix the build errors and run again.
37 replies