Skip to content

Instantly share code, notes, and snippets.

@luiseduardobraschi
Last active November 29, 2019 06:42
Show Gist options
  • Save luiseduardobraschi/9d052e137404656931f7 to your computer and use it in GitHub Desktop.
Save luiseduardobraschi/9d052e137404656931f7 to your computer and use it in GitHub Desktop.
Example of well formatted code
using System;
namespace FacebookGroup {
public class Example(){
public Exemple(){
Console.WriteLine("hej på dig");
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment