补上hello.world
This commit is contained in:
parent
6eda73bde9
commit
de0ce1c9f6
7
c/code/hello.world.c
Normal file
7
c/code/hello.world.c
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
#include<stdio.h>
|
||||||
|
|
||||||
|
int main(void)
|
||||||
|
{
|
||||||
|
printf("hello,world!");
|
||||||
|
return 0;
|
||||||
|
}
|
1
python/code/hello.world.py
Normal file
1
python/code/hello.world.py
Normal file
@ -0,0 +1 @@
|
|||||||
|
print("hello,world!")
|
2
shell/code/hello_world.sh
Executable file
2
shell/code/hello_world.sh
Executable file
@ -0,0 +1,2 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
echo "Hello,world !"
|
Loading…
Reference in New Issue
Block a user