We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e94254 commit fb50555Copy full SHA for fb50555
src/MyLibrary/Class1.cs
@@ -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