Skip to content

Commit 576a46e

Browse files
committed
dotnet
1 parent 7c05aab commit 576a46e

File tree

6 files changed

+31
-0
lines changed

6 files changed

+31
-0
lines changed

Uri-online-judge/2557/2557

22 KB
Binary file not shown.

Uri-online-judge/2557/2557.cpp

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#include <bits/stdc++.h>
2+
using namespace std;
3+
4+
int main(){
5+
cout << "hello";
6+
return 0;
7+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
//------------------------------------------------------------------------------
2+
// <auto-generated>
3+
// This code was generated by a tool.
4+
// Runtime Version:4.0.30319.42000
5+
//
6+
// Changes to this file may cause incorrect behavior and will be lost if
7+
// the code is regenerated.
8+
// </auto-generated>
9+
//------------------------------------------------------------------------------
10+
11+
using System;
12+
using System.Reflection;
13+
14+
[assembly: System.Reflection.AssemblyCompanyAttribute("democonsole")]
15+
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
16+
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
17+
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
18+
[assembly: System.Reflection.AssemblyProductAttribute("democonsole")]
19+
[assembly: System.Reflection.AssemblyTitleAttribute("democonsole")]
20+
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
21+
22+
// Generated by the MSBuild WriteCodeFragment class.
23+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
66c8c5892a56d800b89713252d142d4998e95ca5
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)