Inspiration
MLH inspired me to learn a new language in this week long festival. It's fun.
What it does
It outputs a Hello World string.
How we built it
I built using C#.
namespace HelloWorld
{
class Hello {
static void Main(string[ ] args)
{
System.Console.WriteLine("Hello World!");
}
}
}
Challenges we ran into
Every new language at first glance looks intimidating. But C# is quite similar to Java. That is what I have noticed yet. Let's see it in future.
Accomplishments that we're proud of
I am proud of writing a program in a new language.
What we learned
I learned C#.
What's next for Hello-World
Probably data types and variables.
Log in or sign up for Devpost to join the conversation.