Compare commits

..

No commits in common. "9e4e1f9ba97375d2e066d8b40eb436657506b93a" and "42786c423beeb1ec01597c7cf8e3c88ad1f26665" have entirely different histories.

3 changed files with 0 additions and 7 deletions

View File

@ -1,3 +0,0 @@
<?php
echo 'Hello World!';
?>

View File

@ -1 +0,0 @@
print("Hello World!")

View File

@ -1,3 +0,0 @@
fn main() {
println!("Hello World!");
}