Skip to content

CatoffGaming/ticket-3119

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello 3119 in Multiple Programming Languages

This repository contains programs that print "hello 3119" in various programming languages. It's a compilation of classic and modern languages, demonstrating the syntax and basic structure for output operations in each.

Languages Included

  1. Python
  2. JavaScript
  3. Java
  4. C
  5. C++
  6. C#
  7. Ruby
  8. PHP
  9. Go
  10. Swift
  11. Kotlin
  12. Rust
  13. Scala
  14. Perl
  15. Haskell
  16. Lua
  17. R
  18. Objective-C
  19. Bash
  20. PowerShell
  21. TypeScript
  22. Dart
  23. Elixir
  24. Erlang
  25. Clojure
  26. F#
  27. Groovy
  28. MATLAB
  29. Fortran
  30. Pascal
  31. Ada
  32. Assembly (NASM x86)
  33. Prolog
  34. Scheme
  35. Lisp
  36. OCaml
  37. Julia
  38. Visual Basic .NET
  39. SQL
  40. D
  41. COBOL
  42. Crystal
  43. Nim
  44. Haxe
  45. Racket
  46. Forth
  47. SML
  48. Verilog
  49. Solidity
  50. AppleScript
  51. BASIC
  52. ALGOL 60
  53. PL/I
  54. Smalltalk
  55. APL
  56. SNOBOL
  57. MUMPS
  58. Simula
  59. Logo
  60. Modula-2
  61. BCPL

How to Use

Running the Programs

Each file contains code in a different programming language that outputs "hello 3119". To run these programs:

  1. Ensure the necessary compiler or interpreter is installed for the language you wish to run.
  2. Navigate to the directory containing the files.
  3. Run or compile the program according to the language's conventions.

Examples

  • Python:

    python3 hello.py
  • Java:

    javac Hello.java
    java Hello
  • C:

    gcc hello.c -o hello_c
    ./hello_c
  • JavaScript (Node.js):

    node hello.js
  • Bash:

    ./hello.sh

(Refer to the Language-Specific Instructions section for more details.)

Language-Specific Instructions

Click here to expand

C

gcc hello.c -o hello_c
./hello_c

C++

g++ hello.cpp -o hello_cpp
./hello_cpp

C#

mcs Hello.cs
mono Hello.exe

Haskell

runhaskell hello.hs

Rust

rustc hello.rs
./hello

Go

go run hello.go

Ruby

ruby hello.rb

PHP

php hello.php

Perl

perl hello_perl.pl

Prolog

swipl -q -f hello_prolog.pl -t main

Fortran

gfortran hello.f90 -o hello_fortran
./hello_fortran

Assembly (NASM x86)

nasm -f elf32 hello.asm -o hello.o
ld -m elf_i386 hello.o -o hello_asm
./hello_asm

MATLAB

matlab -batch "run('hello_matlab.m')"

COBOL

cobc -x hello.cob
./hello

SQL (Using SQLite)

sqlite3
sqlite> .read hello.sql

Contributing

Feel free to submit pull requests if you'd like to add more languages or improve the existing code.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published