Rakshith-V / OwO_MultiLang

OwO, but this time in Different Languages!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!


Languages

Language:C++ 44.4%Language:C 29.4%Language:Python 14.2%Language:Rust 8.6%Language:PHP 3.4%