더하다 zeta_C & add 2557.c to zeta_C

This commit is contained in:
2020-07-30 15:23:48 +09:00
parent 1f99cbe288
commit 7556b59380
3 changed files with 9 additions and 1 deletions

5
.gitignore vendored
View File

@@ -1,4 +1,7 @@
.idea/ .idea/
output/ output/
out/
venv venv
.venv .venv

5
zeta_C/completed/2557.c Normal file
View File

@@ -0,0 +1,5 @@
#include<stdio.h>
int main() {
printf("Hello World!");
}

0
zeta_C/stdin.txt Normal file
View File