Search results

  1. fukurou

    AbsAlgPart

    from __future__ import annotations from abc import ABC, abstractmethod from enum import Enum ''' Failure types: - ok: no fail - requip: item should be added - cloudian: algorithm goes to stand by in its Dclass - fail: no input ''' class enumFail(Enum): fail = "fail" requip = "requip"...
  2. fukurou

    test code

    package org.kotlinlang.play // 1 fun main() { // 2 println("Hello, World!") // 3 }
  3. fukurou

    test

    test
Top