Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb8c4e7a

Browse files
update
1 parent6b4140d commitb8c4e7a

11 files changed

+29
-5
lines changed
Binary file not shown.

‎.vs/ebOS/FileContentIndex/read.lock‎

Whitespace-only changes.

‎.vs/ebOS/v17/.suo‎

6 KB
Binary file not shown.

‎OS.cs‎

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,33 @@
11
usingSystem;
2+
usingSystem.IO;
23

4+
//in BeforeRun: Sys.FileSystem.VFS.VFSManager.RegisterVFS(fs);
35
publicclassProgram
46
{
57
privateconststringver="1.0.0";
6-
publicstaticvoidMain()
8+
//Sys.FileSystem.CosmosVFS fs = new Sys.FileSystem.CosmosVFS();
9+
publicstaticvoidMain()
710
{
811
Programprogram=newProgram();
9-
10-
while(true)
12+
Console.ForegroundColor=ConsoleColor.Green;
13+
Console.WriteLine(@"
14+
##
15+
## ### #####
16+
## ## ## ## ##
17+
##### ###### ## ## ##
18+
## ## ## ## ## ## #####
19+
####### ## ## ## ## ##
20+
## ## ## ## ## ## ##
21+
##### ###### ### #####
22+
23+
");
24+
Console.ForegroundColor=ConsoleColor.Blue;
25+
Console.Write(" ");
26+
program.about();
27+
Console.ForegroundColor=ConsoleColor.White;
28+
while(true)
1129
{
12-
Console.Write("C:> ");
30+
Console.Write("0:> ");
1331
stringi=Console.ReadLine().ToLower();
1432
switch(i)
1533
{
@@ -46,7 +64,7 @@ public static void Main()
4664

4765
//default
4866
default:
49-
Console.WriteLine("No such command!");
67+
Console.WriteLine(i+" is not a command!");
5068
break;
5169

5270
}

‎bin/Debug/ConsoleApplication.exe‎

512 Bytes
Binary file not shown.

‎bin/Debug/ConsoleApplication.pdb‎

2 KB
Binary file not shown.
512 Bytes
Binary file not shown.
2 KB
Binary file not shown.
72 Bytes
Binary file not shown.
6.21 KB
Binary file not shown.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp