Files
inf3/Program.cs
samed2004 1f974cf5ec ...
2014-03-21 11:52:06 +01:00

19 lines
282 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Info3Git
{
class Program
{
static void Main(string[] args)
{
int i = 12;
int i = 58;
}
}
}