Skip to content

Instantly share code, notes, and snippets.

View ailinykh's full-sized avatar

Anthony Ilinykh ailinykh

  • Moscow, Russia
  • 21:25 (UTC +03:00)
View GitHub Profile
@ailinykh
ailinykh / main.swift
Last active June 13, 2023 10:24
Yandex Contest
// let str = readLine(strippingNewline: true)!
// let arr = str.split(separator: " ")
// print(Int64(arr[0])! + Int64(arr[1])!)
// import Foundation
// var text = try! String(contentsOfFile: "input.txt")
// _ = text.popLast()
// let arr = text.split(separator: " ")
// try! "\(Int64(arr[0])! + Int64(arr[1])!)".write(to: URL(fileURLWithPath: "output.txt"), atomically: true, encoding: .utf8)
//
// Analytic.swift
// YouDrive
//
// Created by Anton Ilinykh on 27.06.2022.
//
import Foundation
enum Event: String {