scaffold default dotnet api app
This commit is contained in:
15
api/test.cs
Normal file
15
api/test.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
// this is a test program for making sure your dotnet environment is working properly
|
||||
|
||||
/*
|
||||
using System.Diagnostics;
|
||||
using System;
|
||||
|
||||
Stopwatch sw = new Stopwatch();
|
||||
sw.Start();
|
||||
Console.WriteLine("Hi mom !");
|
||||
Console.WriteLine("doing a schmunguss");
|
||||
sw.Stop();
|
||||
|
||||
Console.WriteLine("Time elapsed: {0}", sw.Elapsed);
|
||||
*/
|
||||
Reference in New Issue
Block a user