//
// main.c
// test_g
//
// Created by dezhu on 2021/12/23.
// Copyright © 2021年 dezhu. All rights reserved.
//
#include <stdio.h>
int main(int argc, const char * argv[]) {
// insert code here...
printf("peace and love!\n");
system("pause");
return 0;
}