Skip to content

Commit

Permalink
Added: UTF-8 BOM
Browse files Browse the repository at this point in the history
한글 주석이 달려있어서 UTF-8 BOM 추가합니다.

Signed-off-by: seonggwang.gwon <[email protected]>
  • Loading branch information
grhbit committed Mar 15, 2014
1 parent 5893d27 commit ca1306e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Fibonacci.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import java.math.BigInteger;
import java.math.BigInteger;

/**
* 피보나치 수열을 구하는 클래스입니다.
Expand Down

1 comment on commit ca1306e

@comtin
Copy link
Contributor

@comtin comtin commented on ca1306e Mar 15, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mac 에서 빌드에 실패합니다. #66

$ javac Fibonacci.java
Fibonacci.java:1: class, interface, or enum expected
import java.math.BigInteger;
^
1 error

Please sign in to comment.