mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-20 04:48:53 +00:00
14 lines
No EOL
351 B
C#
14 lines
No EOL
351 B
C#
using System;
|
|
|
|
namespace TempCompileTest {
|
|
class Program {
|
|
static void Main(string[] args) {
|
|
var x = new Cosmos.System.FileSystem();
|
|
Console.WriteLine(x.GetFileSomething());
|
|
|
|
Console.WriteLine();
|
|
Console.WriteLine("Press Enter to exit.");
|
|
Console.ReadLine();
|
|
}
|
|
}
|
|
} |