Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5280321

Browse files
committed
initial commit
1 parent cfb2632 commit 5280321

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
Binary file not shown.

code/Best Time to Buy and Sell Stock with Transaction Fee/Solution.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import java.util.Scanner;
22

3-
public class Main {
3+
public class Solution {
44
public static void main(String[] args) {
55
Scanner scanner = new Scanner(System.in);
66

0 commit comments

Comments
 (0)