Skip to content
Snippets Groups Projects
Commit 6da3a707 authored by Vesa Lappalainen's avatar Vesa Lappalainen :bicyclist:
Browse files

live18 alku

parent 010f8855
No related branches found
No related tags found
No related merge requests found
using System;
using System.Text;
using System.Linq;
using System.Collections.Generic;
/// @author vesal
/// @version 1.11.2016
/// <summary>
/// Esimerkki tyypillisestä filtteristä:
/// Luetaan stdin-syötettä ja tulostetaan sen sisältöä isona
/// </summary>
public class Isoksi
{
/// <summary>
/// Tulostetaan isona syötettä
/// </summary>
public static void Main()
{
}
}
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<ExternalConsole>true</ExternalConsole>
</PropertyGroup>
</Project>

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31729.503
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Isoksi", "Isoksi\Isoksi.csproj", "{519770F3-A930-45CE-A0B2-55B933764C4D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{519770F3-A930-45CE-A0B2-55B933764C4D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{519770F3-A930-45CE-A0B2-55B933764C4D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{519770F3-A930-45CE-A0B2-55B933764C4D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{519770F3-A930-45CE-A0B2-55B933764C4D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3D771F27-93CC-4839-972B-D9EF46B0D2C1}
EndGlobalSection
EndGlobal
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment