Skip to content

Instantly share code, notes, and snippets.

View jougene's full-sized avatar
🎼
Focusing

Eugene Sinitsyn jougene

🎼
Focusing
View GitHub Profile
@Jack-Works
Jack-Works / 2018.js
Last active March 1, 2024 02:23
cRAzY eSnEXt (*all* proposals mixed in)
#! Aaaaaaaaaaa this is JS!!!
// https://github.com/tc39/proposal-hashbang
// This file is mixing all new syntaxes in the proposal in one file without considering syntax conflict or correct runtime semantics
// Enjoy!!!
// Created at Nov 23, 2018
for await(const x of (new A // https://github.com/tc39/proposal-pipeline-operator
|> do { // https://github.com/tc39/proposal-do-expressions
case(?) { // https://github.com/tc39/proposal-pattern-matching
when {val}: class {

Необходимо реализовать cli утилиту для проведения квизов.

Принцип работы такой:

  1. Загружаем квиз из файла

    quizlet path/to/quizfile

  2. Программа спрашивает ФИО и email.

  3. Появляются вопросы с вариантами ответа на которые надо отвечать.