This repository has been archived on 2020-04-03. You can view files and clone it, but cannot push or open issues or pull requests.
ibz/software/1_sem/se-12-log-entry/se-12-log-entry/Program.cs

12 lines
187 B
C#

using System;
using System.Collections.Generic;
namespace se_12_log_entry
{
internal class Program
{
public static void Main(string[] args)
{
}
}
}