C# programming can someone help me with my code? it won’t run
C# Programming Can someone help me with my code? It won’t run
I keep getting this error
Error(s):
Process killed because it exceeded given resources. Cpu time used 0,078125 sec, absolute running time 10 sec, memory used 22 Mb, nr of threads 6
Each day through my window I watch as he passes by I say to myself your such a lucky girl To have a guy like him is truly a dream come true. Out of all the guys in the world, he belongs to me. It was just my imagination, running away with me It was just my imagination once again, running away with me.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Rextester
{
public class Program
{
public static void Main(string[] args)
{
Console.WriteLine(“Each day through my window I watch as he passes by”);
Console.WriteLine(“I say to myself your such a lucky girl”);
Console.WriteLine(“To have a guy like him is truly a dream come true.”);
Console.WriteLine(“Out of all the guys in the world, he belongs to me.”);
Console.WriteLine(“It was just my imagination, running away with me”);
Console.WriteLine(“It was just my imagination once again, running away with me.”);
Console.ReadLine();
}
}
}
Leave a Reply
Want to join the discussion?Feel free to contribute!