© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•2w ago•
24 replies
Merfilek

✅ Help me with my first print

beginner
I started programming in c# a few days ago and i cant even make a simple script without an error.
using System;
using static Numerics.Vector2;

namespace Prints
{
    class Program
    {
        static void Main()
        {
            console.log("Hello, World!");
            int a = 1 + 1;
            Println("Calculating 1 + 1...")
            printf("The result is %s\n", a);
            fmt.Println("Good bye!");
        }
    }
}
using System;
using static Numerics.Vector2;

namespace Prints
{
    class Program
    {
        static void Main()
        {
            console.log("Hello, World!");
            int a = 1 + 1;
            Println("Calculating 1 + 1...")
            printf("The result is %s\n", a);
            fmt.Println("Good bye!");
        }
    }
}

I got one error in the main function bruh
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Help with my first project
C#CC# / help
2y ago
Help me with my concurrency experiments
C#CC# / help
2y ago
Help building my first project
C#CC# / help
10mo ago
✅ Help me with my C# homework please......
C#CC# / help
3y ago