Skip to content

Commit fb50555

Browse files
authored
Create Class1.cs
1 parent 5e94254 commit fb50555

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/MyLibrary/Class1.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
namespace MyLibrary;
2+
3+
public class Class1
4+
{
5+
public int Add(int a, int b) => a + b;
6+
}

0 commit comments

Comments
 (0)