Skip to content

Its Just A Same Small Program Made In Different Programming Languages To Understand The Basic Of Programming

Notifications You must be signed in to change notification settings

TheDarkW3b/Quiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quiz

This Is Simple Quiz Program of 4 Question Made In 6 Different Programming Languages To Understand The Basic Of Languages For Beginners.


csharp cpp c go java python



Coding

Program Made In Below Languages

  • C
  • C++
  • C#
  • Go
  • Python
  • Java

More Will Be Added Later


To Run Following Programs

To Run C Program You Need gcc Compiler. Change Directory To Folder Where main.c Is Present and run command.

gcc main.c

This Will Create exe of file


For Running C++ File. Inside Of C++ Folder Run Command

g++ main.cpp

To Run C# File.Inside C# Folder Run The Following Command.Then Check C#/bin/Debug/Net5.0/ You See C#.exe File

dotnet build

For Running GO File.Switch Into GO Folder and Run

go run main.go

Python3 Required

For Running Python File.Inside The Python Folder Run Command

python main.py

For Running Java Program

src/com/darkwebQuiz Contains Main Java File. Switch Into This Directory and Run Command On Machine With Java SE Installed

java Main.java

or Simple Click Run Button In Intellij IDEA

Credits

Its Written by @TheDarkW3b

Soon More Languages Will Be Added

About

Its Just A Same Small Program Made In Different Programming Languages To Understand The Basic Of Programming

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published