Files
Coding-Practice/baekjoon/2557/solutionundefined
T
2022-11-30 14:49:27 +09:00

8 lines
123 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
// [문제 링크]: https://www.acmicpc.net/problem/2557
#include <stdio.h>
int main()
{
printf("Hello World!");
}