Created
November 27, 2023 00:10
-
-
Save renatogroffe/8bb2a3d0101391f3110b70b29d15f4b1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using ConsoleAppExperimentalAttribute.Helpers; | |
using System.Runtime.InteropServices; | |
Console.WriteLine("***** Testes com C# 12 | ExperimentalAttribute *****"); | |
Console.WriteLine($"Versao do .NET em uso: {RuntimeInformation | |
.FrameworkDescription} - Ambiente: {Environment.MachineName}- Kernel: {Environment | |
.OSVersion.VersionString}"); | |
Console.WriteLine(); | |
MessageHelper.ShowCurrentDateTime(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment