Want to build the ChatGPT based Apps? Start here
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
C# Corner Home
Technologies
Monthly Leaders
ASK A QUESTION
Forum guidelines
Catalin Catalin
2.2k
16
1.3k
umm... a little bug i think
Apr 25 2017 5:54 AM
so... hello.
I am tottaly new in c# and I try to learn but i have a little problem.
When i press "start" for this code:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ConsoleApplication1
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello");
}
}
}
the window which should show me : Hello is automaticaly stopped after less than one second
Visual Studio 2015
Reply
Answers (
2
)
How to prevent a C language program to write files on Ubuntu
how to identify Sever and client in a given code