Skip to content

Instantly share code, notes, and snippets.

@renatogroffe
Created November 27, 2023 00:10
Show Gist options
  • Save renatogroffe/8bb2a3d0101391f3110b70b29d15f4b1 to your computer and use it in GitHub Desktop.
Save renatogroffe/8bb2a3d0101391f3110b70b29d15f4b1 to your computer and use it in GitHub Desktop.
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