Compare commits
4 Commits
42786c423b
...
9e4e1f9ba9
Author | SHA1 | Date | |
---|---|---|---|
|
9e4e1f9ba9 | ||
|
2ee9ac0100 | ||
|
b2e442aa11 | ||
|
a0dd547c99 |
3
php/helloworld.php
Normal file
3
php/helloworld.php
Normal file
|
@ -0,0 +1,3 @@
|
|||
<?php
|
||||
echo 'Hello World!';
|
||||
?>
|
1
python/helloworld.py
Normal file
1
python/helloworld.py
Normal file
|
@ -0,0 +1 @@
|
|||
print("Hello World!")
|
3
rust/helloworld.rs
Normal file
3
rust/helloworld.rs
Normal file
|
@ -0,0 +1,3 @@
|
|||
fn main() {
|
||||
println!("Hello World!");
|
||||
}
|
Loading…
Reference in New Issue
Block a user