20 lines
315 B
Swift
20 lines
315 B
Swift
//
|
|
// main.swift
|
|
// KissMeConsole
|
|
//
|
|
// Created by ened-book-m1 on 2023/05/09.
|
|
//
|
|
|
|
import Foundation
|
|
|
|
//KissConsole().run()
|
|
|
|
import KissMe
|
|
|
|
//test_get_websocket_key_and_contact_price()
|
|
//test_get_websocket_key_and_asking_price()
|
|
//test_parse_contact_price_response()
|
|
//test_websocket_dump_data()
|
|
|
|
test_auction()
|