Advertisement
gmansano

Atividade 5 - Exercício 2 [Main.cs]

Nov 29th, 2020
454
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.22 KB | None | 0 0
  1. using System;
  2.  
  3. namespace Atividade5Ex2
  4. {
  5.     class TrabalhoMain
  6.     {
  7.         static void Main(string[] args)
  8.         {
  9.             Run Inicializador = new Run();
  10.             Inicializador.RunCode();
  11.         }
  12.     }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement