Skip to content

willmove/hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

hello-world

Just another "Hello, world" repository for demostration

This is a feature from the branch "feature". Thanks.

this is a quote

Section for demonstrate the listings.

Here is a list.

  • Item 1.
  • Item 2.
  • Item 3.

Here is a code paragraph, with printf() inside.

package main
import fmt
func main() {
    fmt.Println("Hello, world")
    }

Section for demonstrate the Rust programming.

Here is a code paragraph, with Rust code inside.

fn main() {
    println!("Hello, world!")
}

About

Just another "Hello, world" repository for demostration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published