Skip to content

Commit

Permalink
örnek veri güncelemesi codespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
onurozardic-ms committed May 9, 2024
1 parent 6cc5172 commit 94d0040
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions CrossPlatformConsoleApplication/HelloWorld.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ public void callHelloInPrivate()
{
this.HelloFromPrivate();
}
//
}
}
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# CrossPlatformConsoleApplication
Simple cross platform C# Console Application, printing hello world from public, private and main also making a sum of two integers.
Simple cross platform C# Console Application, printing hello world from public, private and main also making a sum of two integers.

1 change: 1 addition & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

trigger:
- master
- main

pool:
vmImage: ubuntu-latest
Expand Down

0 comments on commit 94d0040

Please sign in to comment.