27 lines
455 B
Swift
27 lines
455 B
Swift
//
|
|
// main.swift
|
|
// KissMeConsole
|
|
//
|
|
// Created by ened-book-m1 on 2023/05/09.
|
|
//
|
|
|
|
import Foundation
|
|
|
|
#if true
|
|
KissConsole().run()
|
|
#else
|
|
import KissMe
|
|
|
|
func runTests() {
|
|
let tests = DB1_CandleData_Tests()
|
|
tests.runTests()
|
|
}
|
|
runTests()
|
|
#endif
|
|
|
|
//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()
|