10 lines
82 B
C++
10 lines
82 B
C++
//
|
|
// Created by dongl on 23-4-17.
|
|
//
|
|
|
|
#include "MS.h"
|
|
|
|
|
|
int main () {
|
|
MS();
|
|
} |