github.com/kosh04/hello/lang/go

"Hello World" in various programming languages


Keywords
example-code, hello-world
License
Unlicense
Install
go get github.com/kosh04/hello/lang/go

Documentation

Hello, World!

いろいろなプログラミング言語で "Hello World" を書こう

目的

各プログラミング言語の実行可能なサンプルとしての開発環境を整える

仕様

  • "Hello World" を表示する
  • コマンドラインから実行可能
  • Makefile 付属 (make コマンドを叩けばとりあえず動かせる)

オプション

  • コンパイル
  • コマンドラインオプションの実装 (-help, -version など)
  • パッケージ管理システムの使用
  • テストツールの使用

類似プロジェクト