文件名称:lines-counter
文件大小:10KB
文件格式:ZIP
更新时间:2024-03-31 06:27:19
C#
线计数器 要求: 支持的操作系统:Windows,Linux,MacOS 怎么运行的? 控制台应用程序读取带有数字枚举(由','分隔)的文件行,并找到具有最大总和的行。 最大结果将打印到控制台窗口以及格式错误(无效)的行。 如何使用? 克隆存储库使用 git clone https://github.com/andreybutko/lines-counter.git 使用Visual Studio运行解决方案 导航到..\lines-counter\并运行解决方案文件LinesCounter.sln 可以通过两种方式设置文件路径: launchSettings.json "profiles": { "LineCounter": { "commandName": "Project", "commandLineArgs": "\"argument1\
【文件预览】:
lines-counter-main
----LineCounter()
--------LinesUtility.cs(419B)
--------Program.cs(1KB)
--------LinesService.cs(1KB)
--------Properties()
--------LinesCounter.csproj(275B)
--------text.txt(83B)
----README.md(1KB)
----LinesCounter.UnitTests()
--------LinesCounter.UnitTests.csproj(1KB)
--------DataProvider.cs(3KB)
--------LinesServiceTests.cs(1KB)
----.gitignore(6KB)
----LinesCounter.sln(2KB)