Giter Site home page Giter Site logo

alphabet-daily-tasks's Introduction

Alphabet-Daily-Tasks

A repository for solutions to the daily tasks in the **AlphaBet** server.

Repository layout

The repository is organized in folders, each with a name of the year the tasks are from. In those folders, there is a folder for each language. In those folders there are files for the corresponding tasks. Example:

2021
|---java
    |---Day0101.java
|---clojure
    |---day0101.clj

Naming conventions

The name of a file should be in the format (day|Day)date.ext where: * (day|Day) is either day or Day depending on the language's naming conventions; * date is the date in ddmm format; * ext is the extension for the language. Example: Day0101.java, day0101.clj

Contribution

If you want to add a solution of yours, follow the layout and naming conventions of the repository. Make a branch with your name and create a pull request. Your code should be runnable right away and should print the answers to the test cases provided in a somewhat readable way: This output won't be accepted:

0 2 198 false false true "zkkov" "Svool dliow!"

This output will be accepted:

0 2 198
false false true
"zkkov" "Svool dliow!"

This output won't be accepted:

0
2
198
false
false
true
"zkkov"
"Svool dliow!"

This output will be accepted:

0
2
198
-----
false
false
true
-----
"zkkov"
"Svool dliow!"

Make a comment at the top with your Discord name and discriminator (e.g. Loading BG#7962). If there is already a solution in the same language for the same day, add something to the name to make it different (e.g. Day0101_2.java). Filenames like Day0101_hubvoiernvapmv.java won't be accepted. If you can't use Git, DM me (Loading BG#7962) with the file and I'll add it.

Other repositories

Gauravsingh#6969's repo for Python and C++.

alphabet-daily-tasks's People

Contributors

loadingbg avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.