Skip to content

Commit c081428

Browse files
committed
Use K&R style
This would give us more space in the team manual
1 parent d55c69f commit c081428

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

doc/examples/example.cs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
using System;
22

3-
public class Hello
4-
{
5-
public static void Main(string[] args)
6-
{
3+
public class Hello {
4+
public static void Main(string[] args) {
75
int nTests = int.Parse(Console.ReadLine());
86

97
for (int i = 0; i < nTests; i++) {

0 commit comments

Comments
 (0)