2
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

はじめに

C#を勉強していく中で、F#にも興味を持ったので、F#のソースコンパイル方法の忘備録を記事にしました

作ったソースコード

作ったソースコードを(test2.fsx)として以下のソースを実装しました

let msg = "test1"
System.Console.WriteLine($"{msg}")

コンパイル方法

dotnetコマンドを使って以下のように実行しました

$ dotnet fsi test2.fsx

結果

test1.jpg

最後に

忘備録として投稿しました。

2
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?