test code upload
This commit is contained in:
parent
1dc72460d6
commit
671a99fedf
7
Baekjoon/c/foo.c
Normal file
7
Baekjoon/c/foo.c
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
|
int main(){
|
||||||
|
printf("Hello World!\n");
|
||||||
|
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
1
Baekjoon/js/foo.js
Normal file
1
Baekjoon/js/foo.js
Normal file
@ -0,0 +1 @@
|
|||||||
|
console.log("hello world!");
|
||||||
1
Baekjoon/python/foo.py
Normal file
1
Baekjoon/python/foo.py
Normal file
@ -0,0 +1 @@
|
|||||||
|
print("hello world!")
|
||||||
Loading…
x
Reference in New Issue
Block a user