더하다 zeta_C & add 2557.c to zeta_C
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -1,4 +1,7 @@
|
||||
.idea/
|
||||
|
||||
output/
|
||||
out/
|
||||
|
||||
venv
|
||||
.venv
|
||||
.venv
|
||||
|
||||
5
zeta_C/completed/2557.c
Normal file
5
zeta_C/completed/2557.c
Normal file
@@ -0,0 +1,5 @@
|
||||
#include<stdio.h>
|
||||
|
||||
int main() {
|
||||
printf("Hello World!");
|
||||
}
|
||||
0
zeta_C/stdin.txt
Normal file
0
zeta_C/stdin.txt
Normal file
Reference in New Issue
Block a user