I used this code on Curl IDE 8.0.1007, and when I run it it's says file not found am I doing something wrong? Thx | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I used this code on Curl IDE 8.0.1007, and when I run it it's says file not found am I doing something wrong? Thx

11th Sep 2017, 8:46 PM
Carter
4 Answers
+ 2
please attach code with it for more info
11th Sep 2017, 9:09 PM
MsJ
MsJ - avatar
0
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace SoloLearn { class program { static boot main (string [ ] args) { Console.WriteLine ("HelloWord!"); } } }
11th Sep 2017, 10:55 PM
Carter
0
this would help you using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Miscellaneous { class Hello_World_ { static void Main() { Console.WriteLine("Hello world!"); Console.Read(); } } }
12th Sep 2017, 11:27 AM
MsJ
MsJ - avatar
0
thank you.
12th Sep 2017, 12:49 PM
Carter