Skip to content

Krutonium/OwO_MultiLang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OwO MultiLang

OwO, but this time in Different Languages!

Basically, for every programming language, create a file that prints "Hello World", then do it in a different language - For example, French, Japanese, Korean, Spanish, Whatever!

And you can do it in and programming language you want, C#, JS, Java, C, ASM. Just because it's been done in C#/Spanish doesn't mean you can't do JS/Spanish or C#/English.

Structure as

/Progamming Language/Written Language/Source File

In the readme, below this, Add compile instructions for the programming language if it doesn't yet exist.


Python compilation instructions

  • make sure you have python installed
  • cd into directory of downloaded files with cd directoryname
  • run the file with python filename.py

C++ compilation instructions

  • cd into directory of downloaded files with cd directoryname
  • compile file C++ with g++ filename.cpp -o filename
  • run the file with ./filename

Rust compilation instructions

  • make sure you have Rust installed
  • cd into directory of downloaded files with cd directoryname
  • compile file with rustc filename.rs
  • run the file with ./filename

PHP compilation instructions

  • make sure PHP is installed
  • cd into the directory of downloaded files with cd directoryname
  • run the file with php filename.php

About

OwO, but this time in Different Languages!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published