Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
2
Answers
umm... a little bug i think
Catalin Catalin
7y
302
1
Reply
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
Post
Reset
Cancel
Answers (
2
)
Next Recommended Forum
How to prevent a C language program to write files on Ubuntu
how to identify Sever and client in a given code