7

Github DemoCode/Program.cs at master · jskeet/DemoCode · GitHub

 3 years ago
source link: https://github.com/jskeet/DemoCode/blob/master/TravisConsole/Program.cs
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

DemoCode/Program.cs at master · jskeet/DemoCode · GitHubPermalink

13 lines (12 sloc) 226 Bytes

using System;

class Program { static void Main(string[] args) { int count = int.Parse(args[0]); for (int i = 1; i <= count; i++) { Console.WriteLine($"Line {i}"); } } }


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK