From 628d674712d68a518ac993eab55c041ae3c73c8a Mon Sep 17 00:00:00 2001 From: Gleb Koval Date: Fri, 15 Jul 2022 20:37:50 +0000 Subject: [PATCH] readme update --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a61305..b86beb4 100644 --- a/README.md +++ b/README.md @@ -22,4 +22,10 @@ All solutions for the various languages are named much. If I have written multiple solutions in a language, -they will be named `sol_.`. \ No newline at end of file +they will be named `sol_.`. + +## Included & not included code +This is very inconsistent, but generally I will +include a `package main` in .go files, as well as +any extra struct / class definitions in all files. +Although a lot of the time I also don't do this. \ No newline at end of file