×
Log in
Twitter
Gmail
Facebook
.NET Fiddle
and
.NET Academy
shared account
Remember me
Log in
Sign up
or
Reset password
Search Tutorials
Log in
Sign up
About
Twitter
.NET Fiddle
Support
Contact Us
Files and Directories
Exercise: Write a text file
< Previous
Next >
Goal
Write the message "Han shot first" in a local text file named "StarWars.txt"
using System; using System.IO; public class Program { public static void Main() { // Your code here. } }
Reset
Verify
Page 3 of 20
< Previous
Next >
Loading packages and dependencies