# AlexVeeBee ## Table of Contents - [About](#about) - [Getting Started](#getting_started) - [Usage](#usage) - [Contributing](../CONTRIBUTING.md) - [Authors](#authors) ## About This is a simple example of a README.md file. It's a template for a project README.md file. It' s a good idea to include a README.md file in your project. It helps others understand what your project is about, how to use it, and how to contribute to it. It also helps you remember what you were thinking when you wrote the code. ## Getting Started These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system. ### Prerequisites What things you need to install the software and how to install them. ``` Give examples ``` ### Installing A step by step series of examples that tell you how to get a development env running. Say what the step will be ``` Give the example ``` And repeat ``` until finished ``` End with an example of getting some data out of the system or using it for a little demo. ## Usage Add notes about how to use the system. ## โœ๏ธ Authors ## ๐ŸŽ‰ Acknowledgements - Hat tip to anyone whose code was used - Inspiration - References ## ๐Ÿ“ License This project is licensed under the MIT License - see the LICENSE.md file for details ## ๐Ÿ“ Contributing Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us. ## ๐Ÿ“ Code of Conduct Please read CODE_OF_CONDUCT.md for details on our code of conduct. ## ๐Ÿ“ Versioning We use SemVer for versioning. For the versions available, see the tags on this repository. ## ๐Ÿ“ Changelog See CHANGELOG.md for details on changes in each version. ## ๐Ÿ“ Roadmap See ROADMAP.md for details on planned features and changes. # codeblocks ```python def foo(): if not bar: return True ``` ```javascript function foo() { if (!bar) { return true; } } ``` ```bash #!/bin/bash echo "Hello World" ``` ```html Page Title

This is a Heading

This is a paragraph.

``` ```css body { background-color: lightblue; } ``` ```php ``` ```sql SELECT column_name(s) FROM table_name WHERE column_name operator value ``` ```markdown # This is an

tag ## This is an

tag ###### This is an

tag ``` ```yaml name: AlexVeeBee age: 18 ``` ```json { "name": "AlexVeeBee", "age": 18 } ``` ```xml Tove Jani Reminder Don't forget me this weekend! ``` ```c #include int main() { printf("Hello, World!"); return 0; } ``` ```cpp #include using namespace std; int main() { cout << "Hello, World!"; return 0; } ``` ```csharp using System; namespace HelloWorld { class Hello { static void Main(string[] args) { Console.WriteLine("Hello World!"); // Keep the console window open in debug mode. Console.WriteLine("Press any key to exit."); Console.ReadKey(); } } } ``` ```java public class HelloWorld { public static void main(String[] args) { System.out.println("Hello, World!"); } } ``` ```go package main import "fmt" func main() { fmt.Println("Hello, World!") } ``` ```ruby puts "Hello, World!" ``` ```swift print("Hello, World!") ``` ```kotlin fun main(args: Array) { println("Hello, World!") } ``` ```rust fn main() { println!("Hello, World!"); } ``` ```scala object HelloWorld { def main(args: Array[String]) { println("Hello, world!") } } ``` # tables | Tables | Are | Cool | | ------------- |:-------------:| -----:| | col 3 is | right-aligned | $1600 | | col 2 is | centered | $12 | | zebra stripes | are neat | $1 | # emojis ๐Ÿ˜€๐Ÿ˜๐Ÿ˜‚๐Ÿคฃ๐Ÿ˜ƒ๐Ÿ˜„๐Ÿ˜…๐Ÿ˜†๐Ÿ˜‰๐Ÿ˜Š๐Ÿ˜‹๐Ÿ˜Ž๐Ÿ˜๐Ÿ˜˜๐Ÿ˜—๐Ÿ˜™๐Ÿ˜šโ˜บ๏ธ๐Ÿ™‚๐Ÿค—๐Ÿคฉ๐Ÿค”๐Ÿคจ๐Ÿ˜๐Ÿ˜‘๐Ÿ˜ถ๐Ÿ˜๐Ÿ˜ฃ๐Ÿ˜ฅ๐Ÿ˜ฎ๐Ÿค๐Ÿ˜ฏ๐Ÿ˜ช๐Ÿ˜ซ๐Ÿ˜ด๐Ÿ˜Œ๐Ÿ˜›๐Ÿ˜œ๐Ÿ˜๐Ÿคค๐Ÿ˜’๐Ÿ˜“๐Ÿ˜”๐Ÿ˜•๐Ÿ™ƒ๐Ÿค‘๐Ÿ˜ฒโ˜น๏ธ๐Ÿ™๐Ÿ˜–๐Ÿ˜ž๐Ÿ˜Ÿ๐Ÿ˜ค๐Ÿ˜ข๐Ÿ˜ญ๐Ÿ˜ฆ๐Ÿ˜ง๐Ÿ˜จ๐Ÿ˜ฉ๐Ÿคฏ๐Ÿ˜ฌ๐Ÿ˜ฐ๐Ÿ˜ฑ๐Ÿฅต๐Ÿฅถ๐Ÿ˜ณ๐Ÿคช๐Ÿ˜ต๐Ÿ˜ก๐Ÿ˜ ๐Ÿคฌ๐Ÿคฏ๐Ÿ˜ท๐Ÿค’๐Ÿค•๐Ÿคข๐Ÿคฎ๐Ÿคง๐Ÿ˜‡๐Ÿค ๐Ÿคก๐Ÿฅณ๐Ÿฅด๐Ÿฅบ๐Ÿคฅ๐Ÿคซ๐Ÿคญ๐Ÿง๐Ÿค“๐Ÿ˜ˆ๐Ÿ‘ฟ๐Ÿ‘น๐Ÿ‘บ๐Ÿ’€โ˜ ๏ธ๐Ÿ‘ป๐Ÿ‘ฝ๐Ÿ‘พ๐Ÿค–๐Ÿ’ฉ๐Ÿ˜บ๐Ÿ˜ธ๐Ÿ˜น๐Ÿ˜ป๐Ÿ˜ผ๐Ÿ˜ฝ๐Ÿ™€๐Ÿ˜ฟ๐Ÿ˜พ # racoonn emoji ๐Ÿฆ # Story of a racoonn Once upon a time there was a racoonn. He was a very happy racoonn. He was always smiling and laughing. He was very friendly and always helped others. He was very kind and always gave his friends a hug. He was very smart and always helped his friends with their homework. He was very brave and always protected his friends from bullies. He was very strong and always helped his friends carry their heavy bags. He was very fast and always helped his friends run away from the bullies. He was very tall and always helped his friends reach the top shelf. He was very handsome and always helped his friends find their soulmate. He was very rich and always helped his friends buy a new car. He was very famous and always helped his friends become famous too. He was very popular and always helped his friends become popular too. He was very powerful and always helped his friends become powerful too. He was very handsome and always helped his friends becom