Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Prog1-WS2021_22-Wienkop
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Uwe Wienkop
Prog1-WS2021_22-Wienkop
Commits
b1f17584
Commit
b1f17584
authored
Oct 5, 2021
by
Uwe Wienkop
Browse files
Options
Downloads
Patches
Plain Diff
Woche 1
parent
fb8bb297
No related branches found
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
01 Hallo/01 Hallo.csproj
+9
-0
9 additions, 0 deletions
01 Hallo/01 Hallo.csproj
01 Hallo/Program.cs
+14
-0
14 additions, 0 deletions
01 Hallo/Program.cs
01 Pythagoras/Program.cs
+1
-1
1 addition, 1 deletion
01 Pythagoras/Program.cs
Prog1_WS2021_22.sln
+7
-1
7 additions, 1 deletion
Prog1_WS2021_22.sln
with
31 additions
and
2 deletions
01 Hallo/01 Hallo.csproj
0 → 100644
+
9
−
0
View file @
b1f17584
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<RootNamespace>_01_Hallo</RootNamespace>
</PropertyGroup>
</Project>
This diff is collapsed.
Click to expand it.
01 Hallo/Program.cs
0 → 100644
+
14
−
0
View file @
b1f17584
using
System
;
namespace
_01_Hallo
{
class
Program
{
static
void
Main
(
string
[]
args
)
{
Console
.
WriteLine
(
"Hello Uwe!"
);
Console
.
WriteLine
(
Math
.
Sqrt
(
3
*
3
+
4
*
4
));
}
}
}
This diff is collapsed.
Click to expand it.
01 Pythagoras/Program.cs
+
1
−
1
View file @
b1f17584
...
@@ -6,7 +6,7 @@ namespace _01_Pythagoras
...
@@ -6,7 +6,7 @@ namespace _01_Pythagoras
{
{
static
void
Main
(
string
[]
args
)
static
void
Main
(
string
[]
args
)
{
{
double
a
,
b
;
double
a
,
b
;
// Variablen vom Typ Gleitkommazahl
Console
.
WriteLine
(
"Pythagoras"
);
Console
.
WriteLine
(
"Pythagoras"
);
Console
.
Write
(
"Länge der Seite a: "
);
Console
.
Write
(
"Länge der Seite a: "
);
...
...
This diff is collapsed.
Click to expand it.
Prog1_WS2021_22.sln
+
7
−
1
View file @
b1f17584
...
@@ -3,7 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00
...
@@ -3,7 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
# Visual Studio Version 16
VisualStudioVersion = 16.0.31702.278
VisualStudioVersion = 16.0.31702.278
MinimumVisualStudioVersion = 10.0.40219.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "01 Pythagoras", "01 Pythagoras\01 Pythagoras.csproj", "{8DC7B6AA-65FE-46EA-B91C-245660F723E8}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "01 Pythagoras", "01 Pythagoras\01 Pythagoras.csproj", "{8DC7B6AA-65FE-46EA-B91C-245660F723E8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "01 Hallo", "01 Hallo\01 Hallo.csproj", "{DF891CC9-9677-471D-BE07-0B9C679534AB}"
EndProject
EndProject
Global
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
GlobalSection(SolutionConfigurationPlatforms) = preSolution
...
@@ -15,6 +17,10 @@ Global
...
@@ -15,6 +17,10 @@ Global
{8DC7B6AA-65FE-46EA-B91C-245660F723E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8DC7B6AA-65FE-46EA-B91C-245660F723E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8DC7B6AA-65FE-46EA-B91C-245660F723E8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8DC7B6AA-65FE-46EA-B91C-245660F723E8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8DC7B6AA-65FE-46EA-B91C-245660F723E8}.Release|Any CPU.Build.0 = Release|Any CPU
{8DC7B6AA-65FE-46EA-B91C-245660F723E8}.Release|Any CPU.Build.0 = Release|Any CPU
{DF891CC9-9677-471D-BE07-0B9C679534AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DF891CC9-9677-471D-BE07-0B9C679534AB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DF891CC9-9677-471D-BE07-0B9C679534AB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DF891CC9-9677-471D-BE07-0B9C679534AB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
HideSolutionNode = FALSE
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment