Îcestyle
Îcestyle
CC#
Created by Îcestyle on 6/14/2024 in #help
✅ Can't start a C# code
o nice ill download that better then
34 replies
CC#
Created by Îcestyle on 6/14/2024 in #help
✅ Can't start a C# code
oh alright
34 replies
CC#
Created by Îcestyle on 6/14/2024 in #help
✅ Can't start a C# code
Can VS work with unity?
34 replies
CC#
Created by Îcestyle on 6/14/2024 in #help
✅ Can't start a C# code
Yep, that helped a lot, now it works thanks!
34 replies
CC#
Created by Îcestyle on 6/14/2024 in #help
✅ Can't start a C# code
ye i do have it
34 replies
CC#
Created by Îcestyle on 6/14/2024 in #help
✅ Can't start a C# code
yep, visual studio code
34 replies
CC#
Created by Îcestyle on 6/14/2024 in #help
✅ Can't start a C# code
umm how to create a project tho, i already have a folder and i would like to create it in it
34 replies
CC#
Created by Îcestyle on 6/14/2024 in #help
✅ Can't start a C# code
ohh alright
34 replies
CC#
Created by Îcestyle on 6/14/2024 in #help
✅ Can't start a C# code
should i create a project?
34 replies
CC#
Created by Îcestyle on 6/14/2024 in #help
✅ Can't start a C# code
i created a new text file
34 replies
CC#
Created by Îcestyle on 6/14/2024 in #help
✅ Can't start a C# code
im sure im doing something dumb but i cant find in internet how to fix it
34 replies
CC#
Created by Îcestyle on 6/14/2024 in #help
✅ Can't start a C# code
idk now i tried to run it and it says create a solution folder
34 replies
CC#
Created by Îcestyle on 6/14/2024 in #help
✅ Can't start a C# code
using system;

namespace HelloWorld
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello World!");
}

}
}
using system;

namespace HelloWorld
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello World!");
}

}
}
34 replies