test code upload

This commit is contained in:
notalentprogrammer 2025-05-04 17:09:09 +09:00
parent 1dc72460d6
commit 671a99fedf
3 changed files with 9 additions and 0 deletions

7
Baekjoon/c/foo.c Normal file
View File

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

1
Baekjoon/js/foo.js Normal file
View File

@ -0,0 +1 @@
console.log("hello world!");

1
Baekjoon/python/foo.py Normal file
View File

@ -0,0 +1 @@
print("hello world!")