ttoyoo / gitdemo

Git process testing project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Title

This is a demo git project.

Goal

Doing git demo test, you can pratice how to fork and PR opensource project.

Demo

Hello world by multiple develop languages.

Bash

$ bash hello.sh 
Hello, Bash

Python

$ python hello.py 
Hello, Python

Go

$ go run hello.go 
Hello, Go

Ruby

$ ruby hello.rb 
Hello, Ruby

Scala

$ scalac hello.scala
$ scala hello
Hello, Scala

C

$ gcc hello.c -o hello.bin
$ ./hello.bin 
Hello, C

Java

$ javac hello.java
$ java hello
Hello, Java

About

Git process testing project


Languages

Language:Java 25.5%Language:Scala 18.1%Language:C 16.1%Language:Go 15.5%Language:Python 9.2%Language:Ruby 8.7%Language:Shell 7.0%